Official format
Upscale a Runway video
Start a 4x video upscaling task with Runway via CometAPI using POST /runwayml/v1/video_upscale, capped at 4096px per side with versioning.
POST
cURL
Use this endpoint to start a Runway upscaling task for an existing video asset.
Before you call it
- Send the required
X-Runway-Versionheader, for example2024-11-06 - Use
model: upscale_v1 - Provide a stable HTTPS
videoUri - Expect a 4x upscale with a maximum edge size of 4096 pixels
Task flow
Poll for completion
Use Get a Runway task until the task finishes and the provider metadata exposes the final output.
When to use it
- After your final edit render is approved
- When you need a higher-resolution delivery asset instead of a faster preview
Authorizations
Bearer token authentication. Use your CometAPI key.
Headers
Runway version header, for example 2024-11-06.
Body
application/json
Response
200 - application/json
Task accepted.