cURL
curl --request GET \ --url https://api.wapikit.com/api/conversation/{id}/generate-summary
{ "summary": "<string>", "keyPoints": [ "<string>" ], "mainTopics": [ "<string>" ], "intents": [ "<string>" ], "behavioralAnalysis": [ "<string>" ], "conversationFlow": [ "<string>" ] }
generate summary for a conversation
The id value of the conversation you want to generate summary for.
OK
The response is of type object.
object
Was this page helpful?