AsyncAPI channel · Smallest AI
· Smallest AI Waves Realtime TTS (WebSocket)
/lightning-v2/get_speech/stream
Bidirectional channel for realtime speech synthesis. The client publishes synthesis requests and subscribes to streamed audio chunks and a completion message.
Channel address
/lightning-v2/get_speech/stream
Operations
publish
sendSynthesisRequest
Send text to synthesize.
subscribe
receiveAudio
Receive streamed audio chunks and completion.
Messages
synthesisRequest
A chunk of text to synthesize into speech.
Content-Type:
application/jsonaudioChunk
A base64-encoded audio chunk produced for the submitted text.
Content-Type:
application/jsonstreamComplete
Signals that all audio for the request has been delivered.
Content-Type:
application/jsonAbout 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.