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
RequiredPattern
"[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
Default
0
h
Max image height
Typeinteger
Default
0
q
Image quality (between 1 and 100)
Typeinteger
Default
null
Maximum
100
Minimum
1
Responses
Success