Skip to main content
POST
Super resolution image enhancement

Super Resolution

Super Resolution endpoint result

Request

Send a POST request to below endpoint to return the corresponding super resolution image of the image passed.
curl

The following upscale model are supported

Body

json

Body

application/json
key
string
required

Your API Key used for request authorization

init_image
string<uri>
required

The URL of the image that you want to upscale

model_id
enum<string>
default:realesr-general-x4v3
Available options:
RealESRGAN_x4plus,
RealESRGAN_x4plus_anime_6B,
RealESRGAN_x2plus,
realesr-general-x4v3,
ultra_resolution
scale
integer
default:3

A number for scaling the image

face_enhance
boolean
default:false

A boolean flag for face enhancement feature

webhook
string<uri>

URL to receive POST API call when complete

track_id
integer

ID for webhook identification

Response

200 - application/json

Super resolution response

status
enum<string>
Available options:
success
generationTime
number

Time taken to generate the image in seconds

id
integer

Unique identifier for the generation request

output
string<uri>[]

Array of generated image URLs

Array of proxy image URLs

meta
object

Metadata about the generation process