{ "opencollection": "1.0.0", "info": { "name": "Runway Characters Avatars Uploads API", "version": "2024-11-06" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Uploads", "type": "folder" }, "items": [ { "info": { "name": "Upload a temporary media file", "type": "http" }, "http": { "method": "POST", "url": "https://api.dev.runwayml.com/v1/uploads", "headers": [ { "name": "X-Runway-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Uploads a temporary media file that can be referenced in subsequent API generation requests using a runway:// URI. The response includes an upload URL and form fields to complete the multipart upload. Once the upload completes, the runway:// URI is ready to use in generation requests." } ] } ], "bundled": true }