# Canon Fact-Checking & Academic Research

> Canon Fact-Checking & Academic Research is a paid API for AI agents from veri.orbonomy.xyz, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Verifies claims and searches academic papers and journals for AI agents using a natural language query

## Facts

- Endpoint: POST https://veri.orbonomy.xyz/api/factcheck
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/canon-fact-checking-academic-research-e88f5b92
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aTwSY6ukZfuMjM1eIbGGc

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability canon-fact-checking-academic-research-e88f5b92 -d '<json body>'
```

Example prompt: Can you fact-check this claim for me using Canon: 'Drinking eight glasses of water a day is scientifically required for good health' — I want to know if it's actually supported by research?

## When to prefer this

Choose this endpoint when an AI agent needs to verify factual claims against academic or authoritative sources, especially for research-backed validation rather than general web search. Ideal for checking statistics, scientific assertions, or historical facts where source credibility matters. Prefer over general web search when the task requires academic rigor or misinformation detection.

## Known failure modes

- Missing 'query' field returns validation error
- Vague or ambiguous queries may yield low-confidence results
- Payment failure (insufficient USDC on Base) results in 402 response
- Queries about very recent events may lack academic coverage
- Network timeout on complex multi-source lookups

## How this service works

Fact-checking and academic research for AI agents. Verify claims, search papers, explore journals. USDC on Base.

## Output

Returns a JSON object with a success boolean and (presumably) verification results, sourced findings, or referenced academic papers relevant to the submitted query or claim

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "query": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/canon-fact-checking-academic-research-e88f5b92/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from veri.orbonomy.xyz](https://www.zero.xyz/host/veri.orbonomy.xyz/llms.txt)
