Whisper Aligned API

BASE URL
https://whisper-aligned-main-111013c.zuplo.app

Authentication

Sign into view and manage your API credentials

Transcriptions

Transcribes audio into the input language.

Protected by API Key

Headers

Authorization

required, string

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Request Body

audio

required, string

Base64 encoded audio file (MP3 format)

POST
/transcriptions
1
EXAMPLE BODY
{
  "audio": "data:audio/mp3;base64,YOUR_BASE64_ENCODED_AUDIO_HERE"
}