WebSocket Playgrounds
Speech-to-Text
Transcribe audio to text via WebSocket
WSS
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 base64-encoded audio data
- Click Send to receive transcription
Request Message
After connecting, send a JSON message with the following structure:string
required
Must be
"stt"object
required
STT Request
Response Format
Transcription Result
Error Response