Upload audio or video. Get text + subtitles back. Powered by Whisper.
Why Forge Transcription vs OpenAI Whisper API & AssemblyAI? → · API docs · All APIs
🎙️
Drop your audio/video file here or click to browse
MP3, WAV, M4A, FLAC, OGG, MP4, WEBM — up to 25MB
Powered by OpenAI Whisper. State-of-the-art speech recognition.
Get subtitles ready for YouTube, Premiere, or any video editor.
Automatic language detection. Works with 90+ languages.
MP3, WAV, M4A, FLAC, OGG, MP4, WEBM and more.
No account, no API key, no email. Just upload and go.
Simple POST with file upload. See docs for details.
# Transcribe an audio file
curl -X POST -F "file=@recording.mp3" \
https://forge-node.tail2b516d.ts.net/transcribe
# Get SRT subtitles
curl -X POST -F "file=@video.mp4" -F "output=srt" \
https://forge-node.tail2b516d.ts.net/transcribe -o subtitles.srt
# Get VTT subtitles
curl -X POST -F "file=@podcast.wav" -F "output=vtt" \
https://forge-node.tail2b516d.ts.net/transcribe -o subtitles.vtt