Skip to main content
POST
/
transcribe
Transcribe Audio
curl --request POST \
  --url https://call.aivoco.on.cloud.vispark.in/transcribe \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "api_key": "<string>"
}'
{}

Transcribe Audio API

The Transcription API lets you transcribe calls or audio files into text with speaker labels (AI: / User:).
You can provide audio as base64, a direct URL, or an existing call log ID.

Authentication

All requests require your Aivoco API key.
X-API-Key: YOUR_API_KEY

Authorizations

X-API-Key
string
header
required

Body

application/json
api_key
string

Response

200 - application/json

Successful transcription

The response is of type object.