Documentation Index
Fetch the complete documentation index at: https://docs.inya.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Stream cloned voice audio in real-time with the lowest latency via WebSocket. Pass thespeaker_embedding from Voice Clone Embeddings to use your cloned voice. For simpler use cases, see Voice Cloning REST or Voice Cloning Streaming.
Endpoint
Authentication
All Realtime connections require the following headers:| Header | Required | Description | Example |
|---|---|---|---|
Content-Type | Yes | Must be application/json | application/json |
X-API-Key-ID | Yes | Your API key for authentication | <your-api-key-id> |
Request Format
Send a JSON message with the following structure:Response
The server streams audio data in real-time as binary chunks. Each chunk contains PCM audio data according to the specifiedaudio_config.