API Market

Google

Google

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
| Name | Type | Default | Description |
|---|---|---|---|
| video_url* | string | — | Source video to upscale. |
| target | enum2K | 4K | 2K | Target resolution. |
| interpolate_fps | number | — | Optional target frame rate. |
Similar models
GooglePopular
Veo 3.1
Text to VideoImage to Video
Cinematic video with synchronised native audio
Try it$0.455 / second of video~95s
GoogleFastest
Veo 3 Fast
Text to VideoImage to Video
Veo quality at draft speed and draft price
Try it$0.170 / second of video~38s
KlingNew
Kling
Kling 3 Turbo
Text to VideoImage to Video
The fastest Kling tier, tuned for volume
Try it$0.130 / second of video~42s


