- Initiate outbound calls with personalized context
- Retrieve post-call conversation insights
- Receive call data in real time via webhooks
Base URL
All API requests are made to:Authentication
All API requests require authentication using your organization’s API token. Include the following headers with every request:Available Endpoints
Get Call Details
GET /call_details/<TASK_ID>
Retrieves structured insights and metadata for a completed call.
Request
Response
The response includes comprehensive call data and AI-generated insights:Response Fields
| Field | Type | Description |
|---|---|---|
agent_name | string | Name of the AI agent that made the call |
call_context | object | Custom context variables passed during call initiation |
call_insights | object | AI-generated insights from the conversation |
call_insights.metadata | object | Extracted data points from the conversation |
call_insights.user_interest | object | User’s interest level with confidence score and reasoning |
call_insights.next_action | object | Recommended next action with explanation |
call_recording_url | string | URL to access the call recording |
from_number | string | Phone number the call was made from |
to_number | string | Phone number the call was made to |
call_status | string | Status of the call (e.g., ANSWERED, NO_ANSWER, BUSY) |
call_duration | number | Duration of the call in seconds |

