🎤🔊 Whisper Transcription & TTS Service

Upload an audio file to get a transcription. Supported formats: WAV, MP3, M4A, FLAC, OGG





API Usage

POST /api/transcribe
Content-Type: multipart/form-data

Form data:
- audio: audio file
- language: language code (optional)

Response:
{
  "text": "transcribed text",
  "language": "detected language",
  "segments": [...],
  "info": {...}
}