JavaScript
objects
Generate Download URL for Object.
Generate a presigned download URL for an Object. The URL will be valid for the specified duration.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the Object to generate download URL for.
Query Parameters
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.
The presigned download URL for the Object.
