{ "opencollection": "1.0.0", "info": { "name": "Runway Character Performance Text-to-Speech API", "version": "2024-11-06" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Text-to-Speech", "type": "folder" }, "items": [ { "info": { "name": "Create a text-to-speech task", "type": "http" }, "http": { "method": "POST", "url": "https://api.dev.runwayml.com/v1/text_to_speech", "body": { "type": "json", "data": "{}" } }, "docs": "Synthesize speech audio from text. Billed per character. Returns a task id to poll for the resulting audio URL." } ] } ], "bundled": true }