objects
Generate Download URL for Object.
Generate a presigned download URL for an Object. The URL will be valid for the specified duration.
get/v1/objects/{id}/download
Path parameters
idstring required
The unique identifier of the Object to generate download URL for.
Query parameters
duration_secondsinteger
Duration in seconds for the presigned URL validity (default: 3600).
Response
Download URL generated successfully.