Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 376 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 376 Bytes

Transcription API

This is a simple API built with Flask and Whisper for transcribing audio files.

Endpoints

POST /transcribe

Transcribes an audio file.

Request:

  • Multipart/Form-Data: An audio file with the field name audio.

Response:

  • 200 OK: JSON object with the transcription result.

  • 400 Bad Request: If no audio file is provided.