HEAD
/
files
/
{id}
curl --request HEAD \
  --url https://local.storage.local.nhost.run/v1/files/{id} \
  --header 'Authorization: Bearer <token>'

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
_mintlify/placeholder

File information gathered successfully