Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The unique identifier of the Object to generate download URL for.

Query Parameters

duration_seconds
integer<int64>

Duration in seconds for the presigned URL validity (default: 3600).

Response

Download URL generated successfully.

A response containing a presigned download URL for an Object.

download_url
string
required

The presigned download URL for the Object.