← Back to directory

Source-bounded fact-check. Verify a claim against provided source text. Returns ...

https://x402.asterpay.io/v2/x402/ai/fact-check

Overview

Source-bounded fact-check. Verify a claim against provided source text. Returns verdict: supported, contradicted, or unverifiable. Does NOT search the web.

Protocol x402
Price $0.01
Payment Asset USD Coin
Payment Network eip155:8453
Category tools/search
Provider x402
Source bazaar
Indexed 2026-06-17 22:15:20

Health

Status degraded
Latency (p50) 201ms
Uptime (30d) 100.0%
Reliability Score 85/100
Last Checked 2026-09-12 15:12:17
Last Healthy 2026-07-26 10:46:04
Consecutive Failures 2

x402 Payment Validation

Payment Requirements Invalid
Asset Verified
Facilitator

Input Schema

{ "body": { "claim": "Apple reported revenue of $94.9 billion in Q1 2024", "source": "Apple Inc. reported fiscal first-quarter revenue of $119.6 billion, a new record." }, "method": "POST", "schema": { "properties": { "claim": { "type": "string" }, "source": { "type": "string" } }, "required": [ "claim", "source" ], "type": "object" }, "type": "http" }

Output Schema

{ "example": { "claims_checked": 1, "confidence": 0.98, "evidence": "Source states $119.6B, not $94.9B as claimed.", "latency_ms": 820, "model": "llama-3.3-70b-versatile", "summary": "Revenue figure directly contradicted by source.", "verdict": "contradicted" }, "schema": { "properties": { "confidence": { "maximum": 1, "minimum": 0, "type": "number" }, "evidence": { "type": "string" }, "summary": { "type": "string" }, "verdict": { "enum": [ "supported", "contradicted", "unverifiable" ], "type": "string" } }, "required": [ "verdict", "confidence", "evidence", "summary" ], "type": "object" }, "type": "json" }

Recent Health Checks

Time Status HTTP Latency Error
2026-09-12 15:12:17 degraded 404 575ms
2026-09-11 21:30:22 degraded 404 201ms
2026-09-11 13:18:53 degraded 404 206ms
2026-09-10 21:33:50 degraded 404 193ms
2026-09-10 07:49:48 degraded 404 198ms
2026-09-10 00:57:55 degraded 404 181ms
2026-09-09 21:13:23 degraded 404 240ms