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

Authorizations

Authorization
string
headerrequired

JSON Web Token to authorize requests.

Path Parameters

id
string
required

Response

200 - application/json
url
string
expiration
number