Integrate powerful AI transcription into your applications
Simple HTTP endpoints for easy integration
API keys with rate limiting and usage tracking
WebSocket support for live transcription updates
99.9% uptime SLA with dedicated support
Sign up for an account and generate your API key from the dashboard.
curl -X POST https://api.transcribeai.com/v1/transcribe \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@audio.mp3" \
-F "language=en"
Receive your transcription with speaker identification and timestamps.
/v1/transcribe
Upload and transcribe an audio/video file/v1/transcriptions/{id}
Get transcription status and results/v1/transcriptions
List all your transcriptions/v1/transcriptions/{id}
Delete a transcription