Images
Upscale Images
Upscale an image based on the supplied parameters.
POST
Postman Collection
For additional examples, please see this Postman Collection.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
The image to upscale. Must be a jpeg or png.
The upscale factor to apply to the image. Default is 4.
Response
200
image/png
OK
The response is of type file
.