Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Enter your API key as the bearer token. Set header: Authorization to Bearer <api_key>

Path Parameters

file_id
string
required

The ID of the file to download.

Response

Successful response

url
string
required

Short-lived signed URL to download the file bytes directly from storage.

expires_at
string<date-time>
required

When the download URL stops being valid.