Seedance 2.0 Mini is live on viddly.io — video from $0.045/second 🚀
viddly.ioAI Model Gateway
API Market
Topaz

Topaz Image Upscale API

Print-resolution upscaling with real detail

Takes a 1K generation to 8K without the plastic look, including face recovery on portraits.

Upscale to 8KFace recoveryDenoise

Quickstart

Authenticate with a bearer token from your dashboard, then POST the request below.

curl -X POST https://api.viddly.io/v1/images/generations \
  -H "Authorization: Bearer $VIDDLY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "topaz-image-upscale",
    "image_url": "<your image_url>",
    "scale": "2x"
  }'

Parameters

NameTypeDefaultDescription
image_url*imageSource image to upscale.
scaleenum2x | 4x | 8x2xUpscale factor.

Similar models