Live Transcription
Real-time transcription using your microphone
Transcribing your audio...
This may take a moment for longer files.
What people transcribe with Rewind.ai
Interviews + podcasts
Diarization labels every speaker. Export SRT straight into your video editor, or plain text for an article writeup.
Auto captions + subtitles
Upload a YouTube upload or TikTok, pick SRT or WebVTT, and burn the subtitles on with /video/subtitle/. One-stop caption workflow.
Meeting notes
Upload a Zoom/Teams recording: get transcript + speaker labels. Pair with /write/summarize/ for bullet-point minutes.
Lectures + lessons
Transcribe a 90-minute lecture, then use /study/flashcards/ or /write/summarize/ to turn it into study material.
Foreign-language audio
Whisper auto-detects 99 languages. Transcribe in the original, then send the text through /translate/ to jump languages.
Legal + medical
Timestamps, speaker labels, JSON export with every word's start/end time: accurate court-reporter or clinical-note prep.
How Rewind.ai transcription compares
| What you get | Rewind.ai | Otter.ai | Descript | Rev.com |
|---|---|---|---|---|
| Free daily usage | 5K+ tokens/day | 300 minutes/mo | 1 hr/month | — |
| Engine | Whisper large-v3, Parakeet | Proprietary | Proprietary | Human + AI |
| Languages | 99 | English-focused | 22 | 30+ |
| Speaker diarization | ||||
| SRT / VTT export | Paid | Paid | ||
| Public API | Limited | Limited | ||
| Live streaming STT | (free) | Paid | — | — |
| Sign-up required | No | Yes | Yes | Yes |
Advanced options
Result
❤️ Love Rewind.ai? Tell your friends!
Sign up to get a referral link and earn 25,000 tokens per friend.
Processing your request...
Speak and watch the text appear. Your microphone, browser only, nothing stored.
How to Use Live Transcription
Add your file
Upload audio or video. Nothing to install, no account to start.
Run it
Whisper transcribes it in seconds. Choose plain text or timestamps.
Export
Copy the transcript or save it as a text or SRT file.
Use this tool via API
Wire this tool into your own code through our REST API. It mirrors the OpenAI request format and authenticates with a bearer token, so existing SDKs need no changes. Per-token pricing is identical to the web app.
curl -X POST https://api.rewind.ai/v1/stt/ \
-H "Authorization: Bearer sk-rewind-..." \
-H "Content-Type: application/json" \
-d '{"file": "@audio.mp3", "language": "auto"}'Live Transcription FAQ
How would you rate this tool?