upscale_video
Upscale a video from a public URL using Topaz AI. Creates a processing task, returns a task ID, status, and output URLs, with optional polling or webhook callback.
Instructions
Create a Topaz task on RunAPI (upscale video). Returns a task id, status, and output URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Poll until the task reaches a terminal status. | |
| model | No | RunAPI model slug for this model line. | |
| timeout_ms | No | ||
| callback_url | No | Webhook URL for terminal Task delivery. | |
| upscale_factor | No | Video upscale multiplier. | |
| poll_interval_ms | No | ||
| source_video_url | Yes | Public source video URL. |