Check data quality with custom rules (email_format, range, pattern, etc.) or aut...
https://api.strale.io/x402/v2/data-quality-checkOverview
Check data quality with custom rules (email_format, range, pattern, etc.) or auto-detect issues. Returns quality score and field-level report. Algorithmic.
Protocol
x402
Price
$0.02
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
strale
Source
bazaar
Indexed
2026-09-06 08:13:59
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
{
"discoverable": true,
"method": "GET",
"queryParams": {
"data": {
"description": "JSON array of objects",
"required": true,
"type": "array"
},
"rules": {
"description": "Optional validation rules",
"type": "array"
}
},
"type": "http"
}
Output Schema
{
"field_report": {
"type": "array"
},
"invalid_rows": {
"type": "integer"
},
"issues": {
"type": "array"
},
"quality_score": {
"type": "integer"
},
"valid_rows": {
"type": "integer"
}
}