Draft a reply to a customer's public review in a specified tone (professional, f
Draft a reply to a customer's public review in a specified tone (professional, friendly, or apologetic), addressing what they actually wrote without inventing facts, promises, discounts or compensation the buyer did not explicitly authorize. Keep it concise and appropriate to post publicly. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review.
Answeringour last check, 2026-09-26
1 of 1checks answered this week
1165 msmedian answer time
$0.25listed price per call
$0.25price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://www.tradepilotusa.com/api/agent-commerce/v1/services/review_response_draft/execute
| Category | Code and developer |
|---|---|
| Provider host | www.tradepilotusa.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-26 | valid payment request | 402 | $0.25 | 1165 ms |
Example input (from the provider)
{
"body": {
"audience": "The reviewer, reading this reply publicly on the review platform.",
"brief": "Draft a professional-toned reply to this 3-star review for our HVAC repair business. Do not offer any refund or discount -- only acknowledge the feedback and invite them to call our office.",
"source_text": "3-star review: 'Technician arrived 40 minutes late with no call, but once he got here the repair itself was done well and the AC has worked fine since. Wish the scheduling had been better communicated.'"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"audience": {
"maxLength": 500,
"type": "string"
},
"brief": {
"maxLength": 12000,
"minLength": 10,
"type": "string"
},
"source_text": {
"maxLength": 32000,
"minLength": 20,
"type": "string"
}
},
"required": [
"brief",
"source_text"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}