Skip to main content
POST
/
generation
/
topaz
/
upscale
/
image
Topaz Upscale Image
curl --request POST \
  --url https://open.skills.video/api/v1/generation/topaz/upscale/image \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "image_url": "<string>"
}
'
{
  "id": "<string>",
  "status": "starting",
  "usage": {
    "total": 0,
    "subscription": 0,
    "permanent": 0
  }
}
Upscale and enhance a single image with Topaz.

Authorizations

Authorization
string
header
required

API Key for API endpoints

Body

application/json
image_url
string<uri>
required

Public URL of the source image to upscale

n
integer
default:1

Number of results to generate (1-4)

Required range: 1 <= x <= 4
upscale_factor
default:2

Factor to upscale the image by (2.0 doubles width and height)

Response

Generation status

id
string
required

Generation id.

status
enum<string>
required

Generation status

Available options:
starting,
processing,
succeeded,
failed,
canceled
usage
object
required

Credit usage breakdown for the request