Skip to content

Retrieve presigned URL to retrieve the file

GET
/files/{id}/presignedurl

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

id
required
string

Unique identifier of the file

File gathered successfully

Contains a presigned URL for direct file operations.

object
url
required

The presigned URL for file operations.

string
Example
https://storage.example.com/files/abc123?signature=xyz
expiration
required

The time in seconds until the URL expires.

integer
Example
3600

Some error occurred

Error information returned by the API.

object
error

Error details.

object
message
required

Human-readable error message.

string
Example
File not found
data

Additional data related to the error, if any.

object
key
additional properties
any