Skip to main content
WSS
/
v1
/
bridges
/
unmute
/
tts
/
{model_variant}

Documentation Index

Fetch the complete documentation index at: https://docs.slng.ai/llms.txt

Use this file to discover all available pages before exploring further.

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
X-Region-Override
type:string

Target region override. Auto-selected if not provided.

X-World-Part-Override
type:string

Target world part override. Auto-selected if not provided.

query
type:object
region
type:enum

Target region override as a query parameter. Auto-selected if not provided. Equivalent to the X-Region-Override header; the header takes precedence when both are set.

Available options: ap-southeast-2, eu-north-1, us-east-1
world-part
type:enum

Target world part override as a query parameter. Auto-selected if not provided. Equivalent to the X-World-Part-Override header; the header takes precedence when both are set.

Available options: ap, eu, na
Init (Unmute TTS)
type:object

Initialize Unmute TTS session with voice and configuration.

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.

Close (Unmute TTS)
type:object

Close TTS session.

Keepalive Message
type:object

Keep the WebSocket connection alive during silence.

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.