metadata
title: Crisper Proxy API
emoji: 🛠️
colorFrom: gray
colorTo: red
sdk: docker
app_file: app.py
pinned: false
Proxy API for CrisperWhisper Space (JSON Parser)
- Forwards audio to rafaaa2105/crisper-whisper
- Parses the plain text output with timestamps into structured JSON
- Returns clean output for frontend/backend integration
📥 Endpoint
POST /speech2text
Content-Type: multipart/form-data- Body: Upload audio file (
.wavor.mp3)
Example curl:
curl -X POST "https://cheesecz--filler-p.hf.space/speech2text" \
-H "Content-Type: multipart/form-data" \
-F "file=@sample.wav"