Skip to main content
After each call ends, Revont’s AI engine automatically analyzes the transcript and produces a structured summary — covering a narrative overview, key moments, objections and responses, decisions made, and next steps. It also extracts discrete action items assigned to the rep or the prospect. Use these endpoints to pull that structured data into your own systems, CRM, or reporting tools.

Get a call summary

Returns the AI-generated summary for a completed call. The summary is typically available within a few minutes of the call ending.
cURL

Path Parameters

string
required
The unique ID of the call whose summary you want to retrieve.

Response

Response Fields

string
The ID of the call this summary belongs to.
string
A 2–4 sentence narrative summary of the call covering context, key discussion points, and outcome.
array
An ordered array of significant moments identified in the call.
array
Objections raised by the prospect and how the rep responded to each.
array
List of strings describing decisions or agreements reached during the call.
array
List of strings describing the agreed next steps at the end of the call.
integer
AI-generated coaching score for the call, from 0 (lowest) to 100 (highest).
string
ISO 8601 timestamp indicating when this summary was generated by Revont.

Get action items for a call

Returns the discrete action items Revont extracted from the call. Each item is assigned to either the rep or the prospect, and may include a due date.
cURL

Path Parameters

string
required
The unique ID of the call whose action items you want to retrieve.

Response

Response Fields

array
Array of action item objects extracted from the call.