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 Request (Reson8)
type:object

Initialize a Reson8 STT session with provider-specific recognition configuration.

Audio Message
type:object

Stream an audio frame to be transcribed.

Finalize Message
type:object

Force-finalize buffered audio tokens without closing the connection.

Close Message
type:object

Signal end of audio stream and close the connection.

Keepalive Message
type:object

Keep the WebSocket connection alive during silence.

Ready Response
type:object

Indicates the session is ready to receive audio.

Partial Transcript
type:object

Interim transcription result (when enable_partials is true).

Final Transcript
type:object

Final transcription result with optional metadata.

Flush Confirmation (Reson8)
type:object

Acknowledges flush completion from Reson8.

Error Response
type:object

Indicates an error occurred during recognition.