Summaries
Generate a chat summary for a specific contact based on their conversation history
Query parameters
apiKeystringOptionalExample:
API key for authentication
your_api_key
Body
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
POST /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?