Skip to main content
POST
Summarize Transcript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string<uuid>
required
session_id
string<uuid>
required

Query Parameters

include_sentiment
boolean
default:true

Include sentiment analysis

include_topics
boolean
default:true

Extract main topics

include_action_items
boolean
default:true

Extract action items

max_summary_length
integer
default:300

Maximum summary length in words

Required range: 50 <= x <= 1000

Response

Successful Response

AI-generated transcript summary and analysis.

summary
string
required

Concise summary of the conversation

sentiment
SentimentAnalysis · object | null

Sentiment analysis

topics
string[]

Main topics discussed

action_items
string[]

Follow-up actions identified

key_moments
string[]

Key moments in the conversation

outcome
string | null

Call outcome: resolved, escalated, etc.

call_type
string | null

Type of call: support, sales, inquiry, etc.