Was this helpful?
Generate a chat summary for a specific contact based on their conversation history
API key for authentication
your_api_key
Contact's phone number (must include valid country code)
Contact's email address
POST /v1/summaries HTTP/1.1 Host: api.dmchamp.com Content-Type: application/json Accept: */* Content-Length: 29 { "phoneNumber": "+1234567890" }
Summary generation initiated successfully
{ "success": true, "message": "Chat summary generated successfully" }