ParseRail
api.thecompound.tech/v1
39 endpoints1 paused242/242 checks passingcredits from $20

Communication

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$0.05/reply, 5 credits, charged only on success120 calls a minute per key

The example in the published schema

charged 0 credits
  1. auth (bearer key)
  2. per-key throttle
  3. validate body
  4. balance precheck
  5. run the capability
  6. charge credits ON SUCCESS ONLY
  7. 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 far
curl 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

Get a key and buy credits