AsyncAPI channel · Hailuo AI / MiniMax
· MiniMax Text-to-Speech (T2A) WebSocket API
/ws/v1/t2a_v2
Real-time text-to-speech session. The client drives the session with task_start / task_continue / task_finish events; the server streams connected_success, then audio_chunk events, then task_finished.
Channel address
/ws/v1/t2a_v2
Operations
publish
sendControlEvents
Control events sent from the client to MiniMax.
subscribe
receiveAudioEvents
Audio and status events pushed from MiniMax to the client.
Messages
task_start
Start a synthesis task
Content-Type:
task_continue
Stream text to synthesize
Content-Type:
task_finish
End the synthesis task
Content-Type:
connected_success
Connection established
Content-Type:
audio_chunk
Streamed audio chunk
Content-Type:
task_finished
Task complete
Content-Type:
About AsyncAPI
The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.
Browse every event-driven channel on the APIs.io network or compare with the broader Agent Skill and MCP server surfaces of the same providers.