Retrieve presigned URL to retrieve the file
GET /files/{id}/presignedurl
GET
/files/{id}/presignedurl
Retrieve presigned URL to retrieve the file. Expiration of the URL is determined by bucket configuration
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Unique identifier of the file
Responses
Section titled “ Responses ”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
3600default
Section titled “default ”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