GET
/
files
/
{id}
curl --request GET \
  --url https://local.storage.local.nhost.run/v1/files/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

JSON Web Token to authorize requests.

Path Parameters

id
string
required

Query Parameters

q
number

Quality of the image. Only applies to jpeg, webp and png files

h
number

Resize image up to h maintaining aspect ratio. Only applies to jpeg, webp and png files

w
number

Resize image up to w maintaining aspect ratio. Only applies to jpeg, webp and png files

b
number

Blur the image according to this sigma value. Only applies to jpeg, webp and png files

Response

200
application/octet-stream
File gathered successfully

The response is of type file.