AutoSummary
Get free text summary
Deprecated
Replaced by POST /autosummary/v1/free-text-summaries
Generates a concise, human-readable summary of a conversation.
Provide an agentExternalId if you want to get the summary for a single agent’s involvment with a conversation.
GET
/
autosummary
/
v1
/
free-text-summaries
/
{conversationId}
Authorizations
asapp-api-id
string
headerrequiredasapp-api-secret
string
headerrequiredPath Parameters
conversationId
string
requiredThe identifier for a conversation.
Query Parameters
agentExternalId
string
Your unique identifier for the agent.
Response
200 - application/json
conversationId
string
The unique identifier of the conversation for which the summary was generated.
summaryId
string
A unique identifier for this specific summary.
• Each summary request generates a new summary with a new summaryId
, even for the same conversation.
• The entire summary content is regenerated with each request.
• Use this ID when providing feedback on the summary.
summaryText
string
The generated free-text summary of the conversation.
Was this page helpful?