Audio Speech-to-Text Transcriber
Pricing
Pay per event
Go to Apify Store
Audio Speech-to-Text Transcriber
Transcribe public audio and video URLs into text, timestamped segments, SRT, and VTT with local Whisper inference and no transcription API key.
Audio Speech-to-Text Transcriber
Pricing
Pay per event
Transcribe public audio and video URLs into text, timestamped segments, SRT, and VTT with local Whisper inference and no transcription API key.
You can access the Audio Speech-to-Text Transcriber programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
$echo '{< "mediaUrls": [< {< "url": "https://raw.githubusercontent.com/ggerganov/whisper.cpp/master/samples/jfk.wav"< }< ],< "language": "auto",< "outputFormats": [< "srt",< "vtt"< ],< "maxFileSizeMb": 250,< "maxDurationMinutes": 60<}' |<apify call automation-lab/audio-speech-to-text-transcriber --silent --output-datasetThe Apify CLI is the official tool that allows you to use Audio Speech-to-Text Transcriber locally, providing convenience functions and automatic retries on errors.
Using installation script (macOS/Linux):
$curl -fsSL https://apify.com/install-cli.sh | bashUsing installation script (Windows):
$irm https://apify.com/install-cli.ps1 | iexUsing Homebrew:
$brew install apify-cliUsing npm:
$npm install -g apify-cliOther API clients include: