Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

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

MethodPathDescription
POST/asrTranscribes or translates an uploaded audio file using a Whisper-based ASR model and returns the result as a downloadable text file.
POST/detect-languageDetects 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.