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

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
image
string
required

URL of the original image.

scale
enum<integer>
required

Image scale factor.

Available options:
2

Response

200 - application/json
image
string

URL of the upscale image.