STT WebSocket
7/8/26Less than 1 minute
STT WebSocket
Info
Real-time speech-to-text WebSocket endpoint at /v1/user/ai/stt/realtime. Uses binary WebSocket frames for audio and JSON text frames for control.
Overview
The STT WebSocket handler provides real-time speech-to-text relay via Tencent Cloud ASR. Audio bytes are streamed from the client to the server, which relays them to Tencent's WebSocket API. Transcription results are streamed back as JSON events.
Articles
| Article | Description |
|---|---|
| Realtime STT WebSocket | Full WebSocket protocol documentation |
Warning
This endpoint authenticates via a token query parameter (JWT). The token is validated by AgentRealtimeSttAuthService.
Changelog
7/8/26, 5:52 AM
View All Changelog
9f290-on

