Skip to main content
WSS
bearer
type:http

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

method
type:string

GET

Init (Unmute STT)
type:object

Initialize Unmute STT session with configuration.

Audio (Unmute STT)
type:object

Send audio data to Unmute STT Bridge.

Finalize (Unmute STT)
type:object

Force-finalize buffered audio without closing the connection.

Close (Unmute STT)
type:object

Signal end of audio stream and close the connection.

Keepalive Message
type:object

Keep the WebSocket connection alive during silence.

Ready (Unmute STT)
type:object

Unmute STT session is ready.

Partial Transcript (Unmute STT)
type:object

Partial (interim) transcription result.

Final Transcript (Unmute STT)
type:object

Final transcription result.

Utterance End (Unmute STT)
type:object

Endpoint marker indicating the end of a spoken utterance.

Error (Unmute STT)
type:object

Error occurred during Unmute STT session.