InputPOST /api/v1/x402/field-coverage
{
"records": [
{
"id": 1,
"email": "a@example.com"
},
{
"id": 2
}
]
}
Agent data quality · data-quality
Measure per-field presence across bounded JSON records. Use it as a bounded preflight or analysis step inside an enterprise agent workflow before data, policy, integration, security, or commercial decisions reach production. Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, memory-only, and has no paid upstream or input retention. Results are advisory; the caller remains responsible for authorization and production controls.
One-command purchase
No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/field-coverage -m POST -H 'x-delx-source: product-page' --max-amount 0.003 -b '{"records":[{"id":1,"email":"a@example.com"},{"id":2}]}'
{
"records": [
{
"id": 1,
"email": "a@example.com"
},
{
"id": 2
}
]
}
{
"schema": "delx/util-field-coverage/v1",
"record_count": 2,
"fields": {
"email": {
"present": 1,
"coverage_percent": 50
},
"id": {
"present": 2,
"coverage_percent": 100
}
}
}
Machine-readable evidence