Observing Calls
Create a new call log entry.
This endpoint allows users to create a call log by providing necessary data in the request body. Requires a valid API key in the headers.
Authorizations
API Key Authentication. It should be included in the header of each request.
Body
100
The agent ID as shown on your dashboard. Either agent
or assistant_id
must be provided
The assistant ID associated with agent. Either agent
or assistant_id
must be provided.
The voice recording of the call
URL to the call recording audio file. Either voice_recording
or voice_recording_url
must be provided for detailed analysis. We do support transcript only evaluation if you don't have/want to share a recording.
vocera
- voceravapi
- vapiretell
- retelldeepgram
- deepgram
vocera
, vapi
, retell
, deepgram
Transcript of the call
100
15
An arbitrary object for storage purpose only. You can put anything here like your internal customer id associated with the call. Not used for processing. You can later get this field from the call object.
Dictionary of dynamic variables and values. These values will replace variables in double curly braces in the agent description.
Response
100
success
- Successfailure
- Failurereviewed_success
- Reviewed Successreviewed_failure
- Reviewed Failure
success
, failure
, reviewed_success
, reviewed_failure
100
15