/audio/transcriptions endpoint, accepts file uploads with various MIME types representing common audio and video formats.
When sending a file via multipart/form-data, ensure the Content-Type associated with the file part correctly identifies the format.
Below is a list of the MIME types currently supported by the API and the common formats they represent:
Audio Formats:
- WAV:
audio/wavaudio/x-wavaudio/wave
- MP3:
audio/mp3audio/mpegaudio/mpgaudio/x-mpeg
- M4A / AAC:
audio/x-m4aaudio/mp4audio/mp4a-latmaudio/mpeg4audio/aac
- FLAC:
audio/flac
- OGG (Vorbis/Opus):
audio/oggaudio/oga
- Opus:
audio/opus
- AIFF:
audio/aiffaudio/x-aiff
- ASF:
audio/asf
- MP4:
video/mp4
- MOV:
video/quicktime
- AVI:
video/x-msvideo
- MKV:
video/x-matroska