{ "opencollection": "1.0.0", "info": { "name": "Runway Character Performance Image-to-Video API", "version": "2024-11-06" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Image-to-Video", "type": "folder" }, "items": [ { "info": { "name": "Create an image-to-video task", "type": "http" }, "http": { "method": "POST", "url": "https://api.dev.runwayml.com/v1/image_to_video", "body": { "type": "json", "data": "{}" } }, "docs": "Generate video from a starting (and optional ending) image and a text prompt. Returns a task id to poll on GET /tasks/{id}." } ] } ], "bundled": true }