{ "opencollection": "1.0.0", "info": { "name": "International Business Machines IBM Cloud Object Storage Analyze Synthesis API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Synthesis", "type": "folder" }, "items": [ { "info": { "name": "International Business Machines Synthesize audio", "type": "http" }, "http": { "method": "POST", "url": "https://s3.us-south.cloud-object-storage.appdomain.cloud/v1/synthesize", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "voice", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Synthesize text to audio. Returns the audio in the specified format." } ] } ], "bundled": true }