# Canon Fact-Check & Academic Research

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

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

## Facts

- Endpoint: POST https://canon.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-check-academic-research-31df2516
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fDMfGltaq7NWGar45THf4

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-check-academic-research-31df2516 -d '<json body>'
```

Example prompt: Can you fact-check this claim for me: 'Drinking 8 glasses of water per day is scientifically required for good health'? Search academic sources and tell me if it holds up.

## When to prefer this

Use this endpoint when an AI agent needs to verify factual claims against academic literature, check the credibility of a scientific or news claim, or find scholarly sources to support or refute an assertion. Prefer over general web search when academic rigor and source quality matter.

## Known failure modes

- Missing required 'query' field returns validation error
- Empty or very short query may yield no results
- Payment failure (insufficient USDC balance) returns 402
- Claim too ambiguous for reliable verification
- Academic database may not cover niche or very recent topics

## How this service works

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

## Output

A JSON object with a success flag and (presumably) fact-check results, source citations, or academic paper references relevant to the submitted query. The exact response payload beyond 'success' is not fully specified in the schema.

## 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-check-academic-research-31df2516/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from canon.orbonomy.xyz](https://www.zero.xyz/host/canon.orbonomy.xyz/llms.txt)
