v49

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01151216390.1 KB
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.

download_urlstring required

The presigned download URL for the Object.