{ "opencollection": "1.0.0", "info": { "name": "ElevenLabs Audio Isolation Agents Text to Dialogue API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "xi-api-key", "value": "{{xi-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Text to Dialogue", "type": "folder" }, "items": [ { "info": { "name": "Create dialogue", "type": "http" }, "http": { "method": "POST", "url": "https://api.elevenlabs.io/v1/text-to-dialogue", "params": [ { "name": "output_format", "value": "", "type": "query", "description": "The desired output audio format. Supported values include mp3_44100_128, mp3_44100_192, pcm_16000, pcm_22050, pcm_24000, pcm_44100, ulaw_8000." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Converts a dialogue script with multiple speakers into audio. Each segment of the script can be assigned a different voice, enabling multi-speaker audio generation from a single request." }, { "info": { "name": "Create dialogue with timestamps", "type": "http" }, "http": { "method": "POST", "url": "https://api.elevenlabs.io/v1/text-to-dialogue/with-timestamps", "params": [ { "name": "output_format", "value": "", "type": "query", "description": "The desired output audio format. Supported values include mp3_44100_128, mp3_44100_192, pcm_16000, pcm_22050, pcm_24000, pcm_44100, ulaw_8000." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Converts a dialogue script with multiple speakers into audio and returns word-level timing information alongside the generated audio." } ] } ], "bundled": true }