{ "opencollection": "1.0.0", "info": { "name": "Runway Characters Avatars Video to Video API", "version": "2024-11-06" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Video to Video", "type": "folder" }, "items": [ { "info": { "name": "Create video-to-video generation task", "type": "http" }, "http": { "method": "POST", "url": "https://api.dev.runwayml.com/v1/video_to_video", "headers": [ { "name": "X-Runway-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Starts a new asynchronous task to generate a video from an existing video input using the Gen-4 Aleph model. The input video serves as a reference for the generation, with a text prompt guiding the transformation. Returns a task ID that can be polled for completion." } ] } ], "bundled": true }