https://whisper-aligned-main-111013c.zuplo.app
Transcribes audio into the input language.
Authorization
The Authorization
header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE
.
audio
Base64 encoded audio file (MP3 format)
1
{
"audio": "data:audio/mp3;base64,YOUR_BASE64_ENCODED_AUDIO_HERE"
}