{ "opencollection": "1.0.0", "info": { "name": "Delphi Audience Voice API", "version": "v3" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Voice", "type": "folder" }, "items": [ { "info": { "name": "Stream voice response", "type": "http" }, "http": { "method": "POST", "url": "https://api.delphi.ai/v3/voice/stream", "body": { "type": "json", "data": "{}" } }, "docs": "Send a text message and receive the clone's response as a real-time raw PCM audio stream (24kHz, 16-bit, mono). Requires a configured voice and an existing conversation." }, { "info": { "name": "Synthesize voice", "type": "http" }, "http": { "method": "POST", "url": "https://api.delphi.ai/v3/voice/synthesize", "params": [ { "name": "stream", "value": "", "type": "query", "description": "Stream raw PCM bytes instead of JSON" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Convert raw text to audio using your clone's configured voice. Unlike voice stream, this speaks the exact text provided without generating a clone response." } ] } ], "bundled": true }