Whisper ASR Webservice
Whisper ASR Box is a general-purpose speech recognition toolkit that performs multilingual speech recognition, speech translation, and language identification using trained Whisper models.
Authentication
Bearer {token}
Base URL
https://your-whisper-deployment.com
Rate limits
Not specified.
Endpoints
| Method | Path | Description |
|---|---|---|
POST | /asr | Transcribes or translates an uploaded audio file using a Whisper-based ASR model and returns the result as a downloadable text file. |
POST | /detect-language | Detects the spoken language in an uploaded audio file and returns the language name, code, and confidence score. |
Error format
Standard HTTP status codes with JSON error body.