{ "opencollection": "1.0.0", "info": { "name": "Uberduck Text To Speech Conversational Text-to-Speech API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Text-to-Speech", "type": "folder" }, "items": [ { "info": { "name": "Text To Speech", "type": "http" }, "http": { "method": "POST", "url": "https://api.uberduck.ai/v1/text-to-speech", "body": { "type": "json", "data": "{}" } }, "docs": "Convert up to 10,000 characters of text into speech using a specified voice and model. Returns a URL to the generated audio." } ] } ], "bundled": true }