v1

latestOpenAPI 3.0.0Apache License 2.02026-07-17141040.5 KB
storage

Retrieve presigned URL to retrieve the file

Retrieve presigned URL to retrieve the file. Expiration of the URL is determined by bucket configuration

get/files/{id}/presignedurl

Path parameters

idstring required

Unique identifier of the file

Response

File gathered successfully

urlstring required

The presigned URL for file operations.

expirationinteger required

The time in seconds until the URL expires.

Example response

{
  "url": "https://storage.example.com/files/abc123?signature=xyz",
  "expiration": 3600
}