{ "opencollection": "1.0.0", "info": { "name": "WellSaid Labs Clips Text-to-Speech API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Text-to-Speech", "type": "folder" }, "items": [ { "info": { "name": "Render text to speech as an audio stream.", "type": "http" }, "http": { "method": "POST", "url": "https://api.wellsaidlabs.com/v1/tts/stream", "headers": [ { "name": "X-Enable-SSML", "value": "" }, { "name": "Accept", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Renders the supplied text to speech with the chosen voice avatar and streams the result back as an audio/mpeg (MP3) stream as it is produced." }, { "info": { "name": "Create a new TTS clip asynchronously.", "type": "http" }, "http": { "method": "POST", "url": "https://api.wellsaidlabs.com/v1/tts/clips", "body": { "type": "json", "data": "{}" } }, "docs": "Submits a text-to-speech render request and creates a clip that is produced asynchronously. Poll the clip endpoint to retrieve status and the rendered audio." }, { "info": { "name": "Render text to speech with timing information and subtitles.", "type": "http" }, "http": { "method": "POST", "url": "https://api.wellsaidlabs.com/v1/tts/word-timing", "headers": [ { "name": "X-Enable-SSML", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Renders the supplied text to speech and returns a zip file containing the generated audio along with word-level timing as JSON, SRT, and VTT subtitle files." } ] } ], "bundled": true }