Get a file

GET /{client}/{file}

If you want to download a private file, you must use the default header for authentication.

Query parameters

  • h number

    Height in px

  • w number

    Width in px

  • format string

    Format of the image

    Values are webp or avif.

Responses

  • 200

    Binary file

  • 500

    Unexpected error

    Hide response attributes Show response attributes object
GET /{client}/{file}
curl \
 -X GET http://api.example.com/{client}/{file}
Response examples (500)
{
  "message": "An error occurred.",
  "code": 500
}