{
"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"
}Jambonz STT
Reference for the Jambonz custom WebSocket STT bridge channel, including init, audio, stop messages and the model_variant routing parameter.
{
"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"
}API key issued by SLNG. Pass as Authorization: Bearer <token> in the WebSocket upgrade request headers.
GET
Target region override. Auto-selected if not provided.
Target world part override. Auto-selected if not provided.
Target region override as a query parameter. Auto-selected if not provided. Equivalent to the X-Region-Override header; the header takes precedence when both are set.
ap-southeast-2, eu-north-1, us-east-1Target world part override as a query parameter. Auto-selected if not provided. Equivalent to the X-World-Part-Override header; the header takes precedence when both are set.
ap, eu, naInitialize 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?