WebSockets

The channel for sending TTS requests and receiving audio responses. Use this WebSocket endpoint to stream text and receive audio in real time. Synthesize speech with ultra-low latency over a websocket connection. Choose the `Base URL` from a table below (Global URL or a Region URL) **Note**: Global URL auto-routes to the nearest region. | Region | URL | Default Concurrency | | ------------------------- | ---------------------------------------------- | -------------------- | | Global (Routes to the nearest server) | `https://global.api.murf.ai/v1/speech/stream` | Region specific concurrency | | US-East | `wss://us-east.api.murf.ai/v1/speech/stream-input` | 15 | | US-West | `wss://us-west.api.murf.ai/v1/speech/stream-input` | 2 | | India | `wss://in.api.murf.ai/v1/speech/stream-input` | 2 | | Canada | `wss://ca.api.murf.ai/v1/speech/stream-input` | 2 | | South Korea | `wss://kr.api.murf.ai/v1/speech/stream-input` | 2 | | UAE | `wss://me.api.murf.ai/v1/speech/stream-input` | 2 | | Japan | `wss://jp.api.murf.ai/v1/speech/stream-input` | 2 | | Australia | `wss://au.api.murf.ai/v1/speech/stream-input` | 2 | | EU (Central) | `wss://eu-central.api.murf.ai/v1/speech/stream-input` | 2 | | UK | `wss://uk.api.murf.ai/v1/speech/stream-input` | 2 | | South America (São Paulo) | `wss://sa-east.api.murf.ai/v1/speech/stream-input` | 2 |