Images
Upscale
Upscale an image based on the supplied parameters.
POST
/
image
/
upscale
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
image
file
requiredThe image to upscale. Must be a PNG file.
Response
200 - image/png
The response is of type file
.