Image tools
Upscale
POST
/
v1
/
image
/
tool
/
upscale
Follow the quickstart guide to get your own API Key.
The Upscale API can enlarge input images by a specified scale, delivering results of higher quality compared to traditional upscaling methods.
This API supports input images up to 2048x2048
resolution and output images up to 4096x4096
resolution. When the input resolution exceeds 2048, the scale can only be 2
.
See the pricing page for pricing.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
URL of the original image.
Image scale factor.
Available options:
2
Response
200 - application/json
URL of the upscale image.