GET
/
conversation
/
{id}
/
generate-summary
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>"
  ]
}

Path Parameters

id
string
required

The id value of the conversation you want to generate summary for.

Response

200
application/json

OK

The response is of type object.