Reply drafting
A customer thread plus your context → a ready-to-send reply in the right tone, with an internal note for the agent.
POST/v1/reply
The example in the published schema
charged 00 credits
- auth (bearer key)
- per-key throttle
- validate body
- balance precheck
- run the capability
- charge credits ON SUCCESS ONLY
- JSON
The request body/v1/reply
{ "thread": "Customer: I was charged twice for order 5561 and support hasn't replied in 3 days.", "context": "Duplicate charge confirmed in Stripe; refund takes 5-10 days.", "tone": "apologetic", "goal": "Refund the duplicate, keep the customer", "senderName": "Sam" }
The responsepublished example
// sending the call
// 0 credits charged so farcurl https://api.thecompound.tech/v1/reply \
-H "Authorization: Bearer $COMPOUND_API_KEY" \
-H "Content-Type: application/json" \
-d '{"thread":"Customer: I was charged twice for order 5561 and support hasn't replied in 3 days.","context":"Duplicate charge confirmed in Stripe; refund takes 5-10 days.","tone":"apologetic","goal":"Refund the duplicate, keep the customer","senderName":"Sam"}'Scored
7 of 7 field checks passed when the eval suite last ran against production, on 2026-07-08. Every endpoint's score
The Communication guide has this endpoint with its example response. The reference has every parameter.
More from Communication
Summarize $0.03/callA meeting transcript, thread, or report → a tight summary, key points, and extracted action items.Sentiment $0.02/callTurn a review or support message into a sentiment score, per-aspect breakdown, and the themes driving it.Ticket triage $0.03/ticketA support ticket → priority, category, the team it belongs to, sentiment, SLA risk, and a suggested first response.Meeting minutes $0.06/transcriptA meeting transcript → clean minutes: summary, decisions made, action items with owners, and open questions.Outreach sequence $0.06/sequenceAn enriched lead plus what you sell → a personalized outreach sequence that references what actually makes them a fit.Review response $0.03/reviewA customer review → a brand-safe public response, the issues to log, and whether it needs human escalation.