{ "opencollection": "1.0.0", "info": { "name": "Amazon Polly Lexicons Speech Synthesis API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Speech Synthesis", "type": "folder" }, "items": [ { "info": { "name": "Amazon Polly Synthesize Speech", "type": "http" }, "http": { "method": "POST", "url": "http://polly.{region}.amazonaws.com/v1/speech", "body": { "type": "json", "data": "{}" } }, "docs": "Synthesizes UTF-8 input text into an audio stream." } ] } ], "bundled": true }