v1

latestOpenAPI 3.1.0Proprietary2026-07-13346.3 KB

Create an upscale job

Submit an image for upscaling. Accepts either:

  • JSON body with image_url (publicly accessible URL)
  • multipart/form-data with an image file field

One credit is deducted from your monthly quota.

post/jobs

Request body

image_urlstring uri

Publicly accessible URL of the image to upscale.

model'wavespeed-ai/real-esrgan' | 'wavespeed-ai/image-upscaler'

Upscaling model to use.

scaleinteger

Upscaling factor.

Example request

{
  "image_url": "https://example.com/photo.jpg"
}

Response

Job created successfully.

idstring uuid
statusstring
modelstring
scaleinteger
created_atstring date-time

Example response

{
  "status": "pending"
}