Upscale to 1080p
upscale_videoUpscale a video to 1080p (Topaz). SYNC. Costs 10 credits. Two source modes: pass projectId (a COMPLETED project from list_videos; 0 credits if already upscaled), OR pass r2Key to upscale a raw uploaded clip with no project — get the key from create_upload (then PUT the bytes) or import_asset_from_url. Returns the upscaled URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| r2Key | No | Uploaded clip key from create_upload/import_asset_from_url (atomic mode) | |
| projectId | No | Completed project UUID (project mode) |