All requests require an API key in the Authorization header.
Base URL
Authentication
Bearer your-api-key-here
POST /transcribe
Transcribe audio files to text with confidence scoring.Request Headers
Bearer YOUR_API_KEY
multipart/form-data
Request Parameters
Audio file (supported formats: WAV, MP3, M4A, etc.)
Custom job identifier for tracking (optional)
Audio Requirements
- Minimum duration: 10 milliseconds
- Automatically resampled to 16kHz
- Supports common audio formats (WAV, MP3, M4A, etc.)
Response
The transcribed text from the audio file
Confidence score of the transcription (0-1)
Example Response
Example Response
Error Codes
| Status Code | Description |
|---|---|
| 400 | Invalid audio file or processing error |
| 401 | Invalid or missing API key |
| 500 | Internal server error |