Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Convert audio files to text in the original language.
curl https://gateway.bud.studio/v1/audio/transcriptions \ -H "Authorization: Bearer YOUR_API_KEY" \ -F "file=@audio.mp3" \ -F "model=whisper-1" \ -F "language=en" \ -F "response_format=json"
{ "text": "Hello, this is a transcribed audio message." }
multipart/form-data
flac
mp3
mp4
mpeg
mpga
m4a
ogg
wav
webm
whisper-1
json
text
srt
verbose_json
vtt
word
segment