Agent-ready
Structured JSON and Markdown with predictable fields and no browser automation.
PAY-PER-RESULT WEB EVIDENCE
Clean Markdown, source-grounded claim evidence, and full-answer citation audits. One request. One USDC payment. No account or API key.
{
"url": "https://example.com/policy",
"includeLinks": true
}Structured JSON and Markdown with predictable fields and no browser automation.
SHA-256 hashes, retrieval timestamps, canonical source URL, and extracted citations.
x402 payment settles directly to the seller wallet. Payment is authentication.
CLAIM EVIDENCE / $0.01
Send one claim and up to five public URLs. Receive ranked passages, consistent/conflicting labels, every source hash, and a combined proof hash.
POST /api/verify-claim
{
"claim": "...",
"urls": ["https://..."]
}
→ verdict + passages + proofCITATION AUDIT / $0.05
Send an answer and up to ten cited URLs. Receive sentence-level support status, best evidence passages, coverage metrics, source hashes, and a tamper-evident audit hash.
POST /api/audit-citations
{
"answer": "...",
"urls": ["https://..."]
}
→ coverage + claim audit + proofRESPONSE CONTRACT
{
"source": { "url", "retrievedAt", "sha256" },
"document": { "title", "description", "markdown" },
"citations": [{ "text", "url" }],
"metrics": { "bytes", "words", "links" }
}