{ "type": "start", "language": "en-US", "format": "raw", "encoding": "LINEAR16", "sampleRateHz": 8000, "interimResults": true}
{ "type": "stop"}
{ "type": "transcription", "is_final": false, "alternatives": [ { "confidence": 0.85, "transcript": "Hello" } ], "channel": 0}
{ "type": "error", "error": "Upstream transcription service unavailable"}
WebSocket protocol bridge for Jambonz custom STT integration. Accepts Jambonz’s native websocket messages (start, stop, binary audio) and translates them to SLNG’s standard STT websocket protocol.
API key issued by SLNG. Pass as Authorization: Bearer <token> in the WebSocket upgrade request headers.
Authorization: Bearer <token>
GET
Target region override. Auto-selected if not provided.
Target world part override. Auto-selected if not provided.
Initialize Jambonz STT session with language and audio configuration.
End the Jambonz STT session and finalize transcription.
Transcription result with alternatives and metadata.
Error occurred during Jambonz STT recognition.
Was this page helpful?