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
Example response
{
"url": "https://storage.example.com/files/abc123?signature=xyz",
"expiration": 3600
}