Skip to main content
WSS
/
v1
/
stt
/
slng
/
deepgram
/
nova:3-en
Messages
bearer
type:http

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

method
type:string

GET

allOf
type:allOf

Must contain all of these types

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.