Review supplied marketing or social copy for policy-risk language
Review supplied marketing or social copy for policy-risk language: unverified health or medical claims, financial guarantees, discriminatory language, or other content likely to be rejected by ad or social platforms. Return a verdict, flagged spans quoting the exact risky text, and a brief reason for each flag. Do not rewrite the copy unless asked. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review.
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/content_safety_review/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
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"body": {
"audience": "The marketing team deciding whether to submit this copy to an ad platform.",
"brief": "Review this ad copy draft for platform policy risk before we submit it.",
"source_text": "Ad copy draft: 'Guaranteed to cure your back pain in 3 days or your money back! Doctors hate this one trick. Limited time, act now before prices double tomorrow!'"
},
"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"
}