Tutorials
Step-by-step guides for implementing voice features in your applications. Each tutorial walks you through a complete implementation with production-ready code.
Speech to Text
Add voice transcription to your app. Record audio, send it for processing, and receive transcriptions via webhooks.
| Language | Description |
|---|---|
| Python | Flask & FastAPI implementations with webhook handling |
| JavaScript | Coming soon |
| Node.js | Coming soon |
More Tutorials Coming Soon
- Text to Speech — Convert text to natural-sounding audio
- Speaker Diarization — Identify who said what in multi-speaker recordings
- Real-time Transcription — Stream audio and receive live transcripts
Looking for Reference Docs?
- API Reference — Full endpoint documentation
- Server-Side SDKs — SDK configuration and methods
- Webhooks Guide — Production webhook patterns