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

headers
type:object
X-World-Part-Override
type:enum

Target world part override. Auto-selected if not provided. Available world parts: ap, eu.

Available options: ap, eu
Init Request (Speechmatics)
type:object

Initialize a Speechmatics Realtime session with recognition configuration.

Binary Audio Frame
type:string

Stream a raw binary audio frame to be transcribed.

Finalize Message
type:object

Force the current utterance to end without closing the stream.

Close Message
type:object

Signal end of audio stream and close the connection.

Partial Transcript
type:object

Interim transcription result (when partials are enabled).

Final Transcript
type:object

Finalized transcription segment.

Utterance End
type:object

End-of-utterance signal driven by the silence trigger.

Error Response
type:object

Indicates an error occurred during recognition.