Summaries
Generate a chat summary for a specific contact based on their conversation history
Authorizations
Query parameters
apiKeystringOptionalExample:
API key for authentication
your_api_keyBody
phoneNumberstringOptional
Contact's phone number (must include valid country code)
emailstring · emailOptional
Contact's email address
Responses
200
Summary generation initiated successfully
application/json
400
Invalid request
application/json
401
Unauthorized
application/json
404
Contact not found
application/json
500
Server error
application/json
post
/summariesPOST /v1/summaries HTTP/1.1
Host: api.dmchamp.com
Content-Type: application/json
Accept: */*
Content-Length: 29
{
"phoneNumber": "+1234567890"
}{
"success": true,
"message": "Chat summary generated successfully"
}Was this helpful?

