Skip to main content
WSS
/
v1
/
stt
/
soniox
/
speech-ai:rt-v3
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-World-Part-Override
type:enum

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

Available options: eu, na
Init Request
type:object

Initialize an STT session with recognition configuration.

Audio Message
type:object

Stream an audio frame to be transcribed.

Finalize Message
type:object

Signal that no more audio frames will be sent.

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.

Error Response
type:object

Indicates an error occurred during recognition.