Upscale
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
URL of the original image.
"https://monica-public-dev.s3.us-east-1.amazonaws.com/ugc-files/image-gen/generation-sdxl/80ddf974-9253-48fa-bc34-9f86845a1037/2pyPWQwVKYdCr3RGP3Cbrz41Km0.png"
Image scale factor.
2
2
Response
URL of the upscale image.
"https://monica-public-dev.s3.us-east-1.amazonaws.com/ugc-files/image-gen/upscale/f28110fa-334f-4131-8c84-7b936d2b3a8e/2pyRxuoYSHmXNvQGgHRARMt3OHi.png"