Record calls
Start recording a call
Begin recording an active Vobiz call in MP3 or WAV format with optional auto-transcription, multiple concurrent recordings, and callback on completion.
POST
Start recording a call
Transcription is available only in English, for calls between 500ms and 4 hours in duration, and under 2GB in file size.
Path parameters
Request parameters
Example requests
Response
200 OK
A single call can have multiple recordings running at once. Each
POST starts a new one with its own recording_id and url. Recording stops automatically when time_limit is reached, when you call Stop Recording, or when the call ends.Error responses
Callback URL parameters
When recording ends, these fields are sent to yourcallback_url via HTTP POST:
Transcription callback parameters
When transcription completes, these fields are sent to yourtranscription_url:
If you see “Recording file size too large for transcription”, switch to
mp3 format - MP3 files are significantly smaller than WAV.Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"
Example:
"cdr_XXXXXXXXXX"
Body
application/json
Response
200 - application/json
Recording started