v1

latestOpenAPI 3.1.02026-08-04151221521.2 KB
Filesystems

Get Download URL

Get a presigned URL for direct download from GCS.

post/filesystems/{filesystem_id}/download-url

Path parameters

filesystem_idstring required

Request body

expiration_secondsinteger

URL expiration time in seconds (default 1 hour, max 7 days).

Response

Successful Response

content_typestring nullable

Content-Type header to use (required for PUT uploads).

expires_atstring date-time required

When the presigned URL expires.

instructionsstring required

Instructions for using the presigned URL.

methodstring required

HTTP method to use: 'PUT' for upload, 'GET' for download.

urlstring required

The presigned URL for direct GCS upload/download.