Captures audio from your microphone and streams it to AWS Transcribe via WebSocket for live speech-to-text.
Upload an audio file (.mp3, .wav, .flac, .ogg, .m4a) for transcription.
Drag & drop an audio file here, or click to browse
Supported: .mp3, .wav, .flac, .ogg, .m4a (max 500 MB)
All transcription jobs (batch + streaming) for your company.
Click "Refresh" to load jobs.
Loading...
To onboard a new company, run the setup script from the command line.
| Method | Path | Description |
|---|---|---|
| POST | /transcriptions | Start batch transcription job |
| GET | /transcriptions | List all jobs (paginated) |
| GET | /transcriptions/{jobId} | Get job status and transcript |
| POST | /streaming/token | Get temporary credentials for streaming |
| POST | /streaming/complete | Report session completion for billing |