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

Authorizations

Authorization
string
headerrequired

JSON Web Token to authorize requests.

Headers

if-match
string

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match

if-none-match
string

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-None-Match

if-modified-since
string

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Modified-Since

if-unmodified-since
string

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Unmodified-Since

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