Upscale video
upscale_videoIncreases video resolution to 2x for final delivery. Returns a served URL after processing.
Instructions
Upscale a video to higher resolution (2x) for final delivery. Paid render; returns the served URL.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video | Yes | the source video URL |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | the raw job result payload (e.g. images[] for carousel template ads) | |
| url | No | the served URL of the finished media (absent/null while still rendering) | |
| jobId | No | the render job id — poll get_job with this id to resume or inspect | |
| model | No | the product-facing label of the model that rendered it | |
| stillRendering | No | true when the render is still in progress — keep polling get_job with jobId |