GET
/
files
/
{id}
/
presignedurl
curl --request GET \
  --url https://local.storage.local.nhost.run/v1/files/{id}/presignedurl \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>",
  "expiration": 123
}

Authorizations

Authorization
string
header
required

JSON Web Token to authorize requests.

Path Parameters

id
string
required

Response

200
application/json
File gathered successfully
url
string
expiration
number