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

Topaz Video Upscale API

Upscale and de-noise generated footage to 4K

Post-process any clip — ours or yours — to 2K or 4K with frame interpolation for smoother motion.

Upscale to 4KDenoiseFrame interpolation

Quickstart

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

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

Parameters

NameTypeDefaultDescription
video_url*stringSource video to upscale.
targetenum2K | 4K2KTarget resolution.
interpolate_fpsnumberOptional target frame rate.

Similar models