{ "opencollection": "1.0.0", "info": { "name": "Ex-Human animations Text to Speech API", "version": "0.1.0" }, "items": [ { "info": { "name": "Text to Speech", "type": "folder" }, "items": [ { "info": { "name": "Generate Speech", "type": "http" }, "http": { "method": "POST", "url": "https://api.exh.ai/tts/v1/generate_speech", "headers": [ { "name": "X-Request-Id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Converts text into spoken audio and returns it as a streaming WAV audio file." } ] } ], "bundled": true }