Skip to main content

Request

Send a POST request to below endpoint to return an upscaled version of the initial image.
curl
Want more upscale models? Request a custom model by contacting us at our Discord server.
The following upscale models are supported:

Body

json

Body Attributes

key
string
required
Your API Key used for request authorization.
url
string
required
The URL of the image you want to upscale to super resolution.
scale
number
required
The scale factor for upscaling. Must be between 1 and 4.
model_id
string
default:"realesr-general-x4v3"
The upscale model to use. Default: realesr-general-x4v3.
webhook
string
A webhook URL to receive a POST callback once the image generation is complete.
face_enhance
boolean
default:"false"
Enable face enhancement in the upscaled image. Default: false.