Summaries

Generate Chat Summary

post

Generate a chat summary for a specific contact based on their conversation history

Query parameters
apiKeystringOptional

API key for authentication

Example: 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
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?