Back to Library
Transcription / Audio
Coming Soon

WhisperX API

View Source

Fast automatic speech recognition with word-level timestamps and speaker diarization.

Features

Word-level timestamps
Speaker diarization
High-speed batch processing
VAD (Voice Activity Detection)

Quick Start

cURL
curl -X POST https://api.revolt-ai.com/v1/whisperx \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com/media"}'