Connect to the WebSocket and send STT requests to transcribe audio into text.
Quick Start
- Enter your API key in the authentication field
- Click Connect to establish the WebSocket connection
- Provide audio data (base64 or float array)
- Click Send to receive transcription
Request Message
After connecting, send a JSON message with the following structure:Must be
"stt"Either
audioBase64 or audioList must be provided, not both.STT Request (Base64)
STT Request (Float Array)
Response Format
Transcription Result
Error Response
Supported Audio Formats
- Base64: Any audio format supported by the backend (WAV, MP3, etc.)
- Float Array: Raw PCM samples at 16kHz sample rate, mono channel