Whisper ASR Webservice
API documentation for stykite/test-whisper @ b7b30890
Authentication
Bearer {token}
Base URL
https://your-whisper-deployment.com
Rate limits
Not specified.
Endpoints
| Method | Path | Description |
|---|---|---|
GET | / | Returns the root index response of the API, typically serving as a health check or entry point. |
POST | /asr | Submits audio data for Automatic Speech Recognition (ASR) and returns a transcription of the spoken content. |
POST | /detect-language | Detects the natural language of a given text input and returns the identified language code. |
Error format
Standard HTTP status codes with JSON error body.