cURL
curl --request GET \ --url https://local.storage.local.nhost.run/v1/files/{id}/presignedurl \ --header 'Authorization: Bearer <token>'
{ "url": "<string>", "expiration": 123 }
Retrieve presigned URL to retrieve the file. Expiration of the URL is determined by bucket configuration
JSON Web Token to authorize requests.
File gathered successfully
Was this page helpful?