{ "opencollection": "1.0.0", "info": { "name": "Runway Characters Avatars Video Upscale API", "version": "2024-11-06" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Video Upscale", "type": "folder" }, "items": [ { "info": { "name": "Create video upscale task", "type": "http" }, "http": { "method": "POST", "url": "https://api.dev.runwayml.com/v1/video_upscale", "headers": [ { "name": "X-Runway-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Starts a new asynchronous task to upscale a video to higher resolution and quality. Accepts a video asset and returns a task ID that can be polled for completion." } ] } ], "bundled": true }