01
Create account
Sign up with email and password, verify with a 6-digit OTP, and receive starter credits.
Production-ready transcription API
Transcribe API accepts common audio formats, rounds usage to the next second, and charges $0.15 per hour. Every account starts with $5 in credits so you can test the full flow immediately.
curl -X POST https://api.transcribeapi.com/v1/transcribe \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@audio.mp3" \
-F "language=en" \
-F "include=text,segments"
01
Sign up with email and password, verify with a 6-digit OTP, and receive starter credits.
02
Generate keys inside the dashboard, keep usage separated, and revoke keys when needed.
03
Transcribe API accepts common audio formats, calculates rounded seconds, deducts credit, and returns only the output fields you ask for.
Pricing