Hamsa provides a WebSocket API for real-time speech-to-text.Documentation Index
Fetch the complete documentation index at: https://docs.tryhamsa.com/llms.txt
Use this file to discover all available pages before exploring further.
WebSocket Endpoint
wss://api.tryhamsa.com/v1/realtime/stt
Connection Workflow
- Connect: Open a WebSocket connection with your API Key.
- Stream: Send chunks of audio data (linear16, mulaw).
- Receive: Listen for JSON events containing partial and final transcripts.
Detailed protocol documentation coming soon.