Skip to main content
GET
Get download URL for a file
Generate a temporary, signed URL to directly access and read an uploaded file. This URL is valid for 1 hour.

Path Parameter

  • file_id (string, required)

Example Request

cURL

Success Response (200 OK)

Returns a temporary, signed URL that can be used to access the file directly. The URL will expire after a short period.

Authorizations

X-API-Key
string
header
required

API key authentication. Include your VidNavigator API key in the X-API-Key header.

Path Parameters

file_id
string
required

The ID of the file

Response

File URL generated successfully

status
enum<string>
Available options:
success
data
object