About Topaz Video Upscaler
Professional-grade video upscaling powered by AI, from Topaz Labs.
This upscaler supports 720p, 1080p, and 4k resolution upscaling and fps up to 60.
Ready to build with Topaz Video Upscaler?
Try Topaz Video Upscaler in the Workbench to prompt it, compare outputs, and iterate on prompts without writing any code. When you're ready to ship, call the same model from our API and build your own apps on top of it.
curl -sSf -X POST https://hub.oxen.ai/api/ai/videos/generate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "topazlabs-video-upscale",
"input_video": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/winter_summer_ox.mp4",
"target_resolution": "1080p",
"target_fps": 30
}'Request parameters
Every field Topaz Video Upscaler accepts in the request body. See the API reference for response formats.
POST
https://hub.oxen.ai/api/ai/videos/generate| Field | Type | Required | Default | Description |
|---|---|---|---|---|
input_video | stringuri | Yes | — | Video file to upscale (URL or file path). |
target_resolution | string | No | "1080p" | Target resolution to upscale to.720p1080p4k |
target_fps | number | No | 30 | Target frame rate (fps).2423.9762529.97305059.9460 |