cURL
curl --request POST \ --url https://api.naga.ac/v1/audio/transcriptions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form model=whisper-1 \ --form 'file=<binary audio>'
{ "text": "<string>" }
Upload an audio file and receive a text transcription.
Primary authentication for inference endpoints. Send your Naga API key as Authorization: Bearer <api-key>.
Authorization: Bearer <api-key>
Successful Response