Once your recordings or chats are uploaded, they are automatically processed by Call Intel. You can use these endpoints to retrieve the generated transcripts, AI analysis, and aggregate usage statistics.
Get Transcript & Analytics
Retrieve the full transcript and the AI-generated analysis (e.g., bucket classification, answers to configured questions) for a specific recording.
{ "transcript": { "raw_content": "Hello, thank you for calling...", "utterances": [...] }, "analytics": { "sentiment": "positive", "summary": "The caller was interested in...", "bucket_assigned": "hot-leads", "answers": { "Is the lead interested in the product? (Yes/No)": "Yes" } }}
Get Analytics Summary Counts
Retrieve high-level summary counts for a specific use case, aggregating data across all processed recordings within that use case.
Retrieve the overall Call Intel usage summary for your organization, aggregated by use case. This includes recording counts, completion rates, credits used, and timeline graph data.