Audio Transcription
## Audio Transcription Convert audio and video files to text using OpenAI Whisper. Fast, accurate, free to start. ## Features - **Multiple formats**: MP3, WAV, M4A, OGG, WEBM, FLAC, MP4 - **Auto language detection**: 50+ languages detected automatically - **Manual language override**: force specific language via ISO code - **Word count and duration**: audio metadata in every response - **URL…
Audio Transcription endpoints
| Method | Endpoint | Description |
|---|---|---|
| Transcription | ||
| POST |
transcribeUrl /transcribe/url |
Provide a publicly accessible URL to an audio file and get back the transcribed text. |
| POST |
transcribeFile /transcribe |
Upload an audio file and get back the transcribed text. Supports MP3, WAV, M4A, OGG, WEBM, FLAC, MP4 (max 25MB). Language is auto-detected if not specified. |
| System | ||
| GET |
healthCheck /health |
Returns service health status. |
Audio Transcription pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19.99 / month | 1 / hour |
|
| ULTRA | $49.99 / month | 300 / minute |
|
| MEGA | $99.99 / month | 15 / hour |
|