Send evidence
Submit a factual claim, topic, or public source URL using JSON.
Verify citations, extract evidence, compare claims, score sources, and build research briefs for $0.01–$0.10 per request. No account. No subscription. USDC settlement over x402 on Base Mainnet.
Every paid route first returns HTTP 402 with exact payment requirements. x402 client libraries can authorize payment and retry automatically.
# Clone the repository and install
npm install
# Fund a dedicated Base wallet with USDC
# Never use a high-value wallet private key
EVM_PRIVATE_KEY=0x... npm run buy:verify
# Result
HTTP 200
Payment settled
Structured verification returned
Submit a factual claim, topic, or public source URL using JSON.
The client handles the 402 challenge, signs the exact USDC payment, and retries.
Receive machine-readable JSON for your agent, pipeline, application, or research workflow.
| Product | Endpoint | Price |
|---|---|---|
| Citation verification | POST /verify-citation |
$0.01 |
| Evidence extraction | POST /extract-evidence |
$0.02 |
| Claim comparison | POST /compare-claims |
$0.03 |
| Source credibility | POST /score-source |
$0.03 |
| Research brief | POST /research-brief |
$0.10 |
| Fact check | POST /fact-check |
$0.04 |
| Timeline extraction | POST /extract-timeline |
$0.04 |
| Conflict detection | POST /detect-conflicts |
$0.05 |
| Statistical claim check | POST /check-statistics |
$0.05 |
| Research questions | POST /generate-research-questions |
$0.03 |
Use the OpenAPI document, machine manifest, Bazaar discovery metadata, or the included MCP bridge.
Use the automatic-paying Node buyer examples or call the REST endpoints from any x402-compatible client.
Insert verification, evidence extraction, and source-quality checks directly into RAG and due-diligence pipelines.
Run the buyer example, complete one real payment, inspect the structured result, then move the endpoint into your application.