API v1 · Stable
Build with QuillHub
transcription API.
Transcribe audio and video in 98+ languages from your own product. Manage keys, monitor usage, and ship in minutes.
99.8%
Accuracy98+
Languages~3s
Cold start10h
Max file~/your-project — bash
201 Created · tr_9f3ac2b1 · 142 ms
Quickstart
Transcribe in 30 seconds
transcribe.shbash
curl -X POST https://api.quillhub.ai/v1/transcriptions \ -H "Authorization: Bearer $QAI_KEY" \ -H "Content-Type: application/json" \ -d '{ "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ", "speaker_recognition": true, "structure": true }'
API keys
Rotate often. Keep them server-side.
Loading…
Never commit keys. Exposed keys are auto-revoked within 90 seconds via GitHub secret scanning.