Skip to main content
GET
Get File URL

Authorizations

Authorization
string
header
required

Path Parameters

file_id
string
required

ID of the file

Query Parameters

expires_in
integer<int64>

Expiry in seconds for the presigned URL (default 3600)

base64_urls
boolean

If true, returns base64 data instead of a presigned URL

Response

Presigned URL or base64 data

url
string
required

The presigned URL or base64 data (if base64_urls=true)

expires_in
integer<int64> | null

Expiry in seconds (omitted when base64)