Skip to content

Returns the image with the requested UUID. Width and height must both be given or can be set both to 0 to indicate no resizing.

GET
/api/uploads/{uuid}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

uuid*
Typestring
Required
Pattern"[0-9a-f]{8}-[0-9a-f]{4}-[13-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}"

Query Parameters

w

Max image width

Typeinteger
Default0
h

Max image height

Typeinteger
Default0
q

Image quality (between 1 and 100)

Typeinteger
Defaultnull
Maximum100
Minimum1

Responses

Success

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python