Whisper Transcription API on Hugging Face Spaces
This Space provides a simple REST API to transcribe audio using faster-whisper.
Endpoints
GET /→ health checkPOST /transcribe→ Transcribe audio file (wav/mp3/etc.)
Example Usage (curl)
curl -X POST https://your-space-name.hf.space/transcribe \
-F "[email protected]"