Storage
Download File
Download a file from storage
GET
/
files
/
{id}
Authorizations
JSON Web Token to authorize requests.
Headers
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-None-Match
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Modified-Since
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Unmodified-Since
Path Parameters
Query Parameters
Quality of the image. Only applies to jpeg, webp and png files
Resize image up to h maintaining aspect ratio. Only applies to jpeg, webp and png files
Resize image up to w maintaining aspect ratio. Only applies to jpeg, webp and png files
Blur the image according to this sigma value. Only applies to jpeg, webp and png files
Response
200 - application/octet-stream
The response is of type file
.