Overview
API call to trust-checks
Protocol
x402
Price
$0.02
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
gateway
Source
bazaar
Indexed
2026-06-30 20:14:20
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"bodyFields": {
"rules": {
"properties": {
"forbidden_words": {
"items": {
"type": "string"
},
"type": "array"
},
"preferred_terms": {
"additionalProperties": {
"type": "string"
},
"description": "Map of from-term -> preferred replacement.",
"type": "object"
},
"required_terms": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"text": {
"description": "The copy to check.",
"type": "string"
}
},
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"endpoint": "brand",
"issues": [
"Forbidden word or phrase detected: cheap",
"Required term missing: Apiosk"
],
"ok": true,
"suggestions": [
{
"from": "tool",
"to": "platform"
}
],
"valid": false
}