{ "type": "start", "language": "en", "sample_rate": 16000}
{ "type": "stop"}
{ "type": "transcription", "is_final": true, "alternatives": [ { "confidence": 0.95, "transcript": "Hello world" } ], "language": "en"}
{ "type": "error", "error": "config_error", "message": "Invalid language code"}
WebSocket protocol bridge for Cognigy Voice Gateway STT integration. Accepts Cognigy’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
Optional. Specify a target region for this model. If not provided, the system will automatically select an appropriate region.
Initialize Cognigy STT session with language and sample rate.
End the Cognigy STT session and finalize transcription.
Transcription result with alternatives and metadata.
Error occurred during Cognigy STT recognition.
Was this page helpful?