tts
Real-time text-to-speech synthesis channel.
Real-time text-to-speech synthesis channel.
Bearer-token authentication. Send the API key in the
Authorization: Bearer <api_key> header during the WebSocket
handshake.
Send the full text in a single frame. The server streams audio
chunks back until it emits audio.chunk with isFinal=true
followed by response.done. Only one response can be active at
a time per connection.
Aborts the currently active response. The server replies with
response.done carrying status: "cancelled".