Summarize Conversation
curl --request POST \
  --url http://{api_endpoint}/api/v1/v1/customercare/conversations/{conversation_id}/summarize \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "event": "on-demand",
  "style": "brief",
  "periods": [],
  "include_tags": false,
  "push_to_dashboard": false
}'
"<any>"

Authorizations

Authorization
string
header
required

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

Path Parameters

conversation_id
string
required
Required string length: 8 - 64

Body

application/json
event
enum<string> | null
default:on-demand
Available options:
call-transfer,
on-demand,
call-end
style
enum<string> | null
default:brief
Available options:
brief,
detailed
periods
string[] | null
include_tags
boolean | null
default:false
push_to_dashboard
boolean | null
default:false
llm_id
string | null
prompt
string | null

Response

Successful Response

The response is of type any.