Skip to content

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

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

MethodPathDescription
GET/Returns the root index response of the API, typically serving as a health check or entry point.
POST/asrSubmits audio data for Automatic Speech Recognition (ASR) and returns a transcription of the spoken content.
POST/detect-languageDetects the natural language of a given text input and returns the identified language code.

Error format

Standard HTTP status codes with JSON error body.