Getting Started with Whisper Transcribe
Quick Start: Upload an audio file, select the language, and click transcribe. Your transcript will typically be ready in minutes!
Your First Transcription: A Step-by-Step Guide
- Sign In: Access your account. If new, sign up.
- Navigate: Go to "New Transcription".
- Choose Method: Record live or upload a file.
- Select Language: Choose the audio language.
- Upload/Record: Provide your audio.
- Process: Our AI transcribes. Duration varies.
- Review & Edit: Check and correct the transcript.
- Export: Download in TXT, DOCX, SRT, etc.
Basic System Requirements
- Modern web browser (Chrome, Firefox, Safari, Edge).
- Stable internet connection.
- Microphone access for recording.
- Files up to 25MB (UI). API for larger.
For more details, see other sections or contact support.
Uploading Audio & Video Files
We support a wide variety of audio and video formats. Audio is automatically extracted from video files.
Supported Audio Formats
MP3, WAV, M4A, AAC, OGG, FLAC, WebM.
Supported Video Formats (Audio Extraction)
MP4, MOV, AVI, WMV, MKV, FLV.
How to Upload
- Drag & Drop: Drag your file directly onto the upload zone.
- Browse Files: Click the "Upload a file" button to select a file from your computer.
API Documentation Guide
Integrate our transcription service into your own applications and workflows with our straightforward REST API.
Authentication
All API requests must be authenticated with an API key. Include your key in the `X-API-Key` HTTP header.
curl -X POST \
https://yourtranscript.net/api/transcribe/ \
-H "X-API-Key: YOUR_API_KEY_HERE" \
-F "audio_file=@/path/to/audio.mp3" \
-F "language=en"
For full API documentation, including all parameters and response formats, please visit our API Reference page.