Streaming (Websocket)
Synthesis Request
WebSocket URL
wss://websocket.cluster.0xIQ.ai/streamRequest Params
{
"voice_uuid": "<voice_uuid>",
"project_uuid": "<project_uuid>",
"data": "<text | ssml>",
"binary_response": false, // Optional, defaults to false for JSON response
"request_id": 0, // Optional, auto-incremented if not specified
// Additional optional parameters as needed
}Attribute
Type
Required
Description
Audio Output
JSON Response Format
Binary Response Format
Termination Message
Error Handling
Unrecoverable Errors
Recoverable Errors
Last updated