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 English text regardless of input language.
curl https://gateway.bud.studio/v1/audio/translations \ -H "Authorization: Bearer YOUR_API_KEY" \ -F "file=@french_audio.mp3" \ -F "model=whisper-1" \ -F "response_format=json"
{ "text": "Hello, this is the translated English text." }
multipart/form-data
flac
mp3
mp4
mpeg
mpga
m4a
ogg
wav
webm
whisper-1
json
text
srt
verbose_json
vtt