WebSocket Test
Test your WebSocket connections directly in the browser to verify everything is working correctly.STT Connection Test
Test your Speech-to-Text WebSocket connection.Output will appear here…
TTS Connection Test
Test your Text-to-Speech WebSocket connection.Output will appear here…
Manual Testing with Browser Console
You can also test WebSockets directly in your browser’s developer console:STT Test
TTS Test
Using wscat (Command Line)
Install wscat:Test STT
Test TTS
Connection Status Meanings
Troubleshooting
Connection fails
- Check API key: Make sure it starts with
sk_live_ - Check network: Try from a different browser or network
- Check URL: Use
wss://for secure,ws://for non-secure
Authentication fails
- Verify API key: Get a fresh key from app.60db.ai
- Check credits: Ensure you have sufficient credits
Session not starting
- Check logs: Look at the console output for error messages
- Verify parameters: Ensure all required fields are included
Related
- STT WebSocket - Complete STT documentation
- TTS WebSocket - Complete TTS documentation