{ "opencollection": "1.0.0", "info": { "name": "Async (Podcastle) Voice Text to Speech Voices API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Voices", "type": "folder" }, "items": [ { "info": { "name": "List voices from the voice library.", "type": "http" }, "http": { "method": "POST", "url": "https://api.async.com/voices", "headers": [ { "name": "version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns a paginated list of predefined and custom voices. Filters by model, language, accent, gender, and style are supported, along with a cursor for pagination." }, { "info": { "name": "Create an instant voice clone.", "type": "http" }, "http": { "method": "POST", "url": "https://api.async.com/voices/clone", "headers": [ { "name": "version", "value": "" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Creates a production-ready custom voice from a short audio clip. Accepts multipart/form-data with the audio sample and optional metadata. Supported audio formats: wav, mp3, flac, aiff." } ] } ], "bundled": true }