Request
Send aPOST request to below endpoint to return an upscaled version of the initial image.
curl
Body
json
Body Attributes
string
required
Your API Key used for request authorization.
string
required
The URL of the image you want to upscale to super resolution.
number
required
The scale factor for upscaling. Must be between 1 and 4.
string
default:"realesr-general-x4v3"
The upscale model to use. Default:
realesr-general-x4v3.string
A webhook URL to receive a POST callback once the image generation is complete.
boolean
default:"false"
Enable face enhancement in the upscaled image. Default: false.

