Skip to main content
WSS
/
v1
/
bridges
/
unmute
/
tts
/
{model_variant}
Messages
bearer
type:http

API key issued by SLNG. Pass as Authorization: Bearer <token> in the WebSocket upgrade request headers.

method
type:string

GET

headers
type:object
Init (Unmute TTS)
type:object

Initialize Unmute TTS session with model and voice.

Text (Unmute TTS)
type:object

Send text to synthesize.

Flush (Unmute TTS)
type:object

Flush buffered audio.

Clear (Unmute TTS)
type:object

Clear buffered audio.

Cancel (Unmute TTS)
type:object

Cancel TTS session.

Ready (Unmute TTS)
type:object

Unmute TTS session is ready.

Audio Chunk (Unmute TTS)
type:object

Audio chunk from Unmute TTS synthesis.

Segment Start (Unmute TTS)
type:object

Start of a new synthesis segment.

Segment End (Unmute TTS)
type:object

End of a synthesis segment.

Flushed (Unmute TTS)
type:object

All buffered audio has been flushed.

Cleared (Unmute TTS)
type:object

Buffered audio has been cleared.

Audio End (Unmute TTS)
type:object

All audio for the current synthesis has been sent.

Error (Unmute TTS)
type:object

Error occurred during Unmute TTS session.