# 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/journals for AI agents, accepting an entity ID to retrieve fact-check or research results.

## Facts

- Endpoint: POST https://veri.orbonomy.xyz/api/entity
- 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-1e9f5619
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_avW14iYR6HDjwtT-3m8e1

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-1e9f5619 -d '<json body>'
```

Example prompt: Can you fact-check the claim that 'coffee consumption reduces Alzheimer's risk' using Canon and look up any academic research supporting or refuting it — the entity ID is claim-alzheimer-coffee-2024?

## When to prefer this

Choose this endpoint when an AI agent needs to verify factual claims or retrieve academic/journal research by a known entity ID, especially when the use case demands scholarly credibility at low per-call cost ($0.05 USDC). Prefer this over general web search when you need structured, fact-checked, or peer-reviewed sourcing.

## Known failure modes

- Missing required 'id' field returns a 400 validation error
- Unknown or invalid entity ID returns a not-found or empty result
- Payment not provided or insufficient USDC triggers a 402 Payment Required response
- Network timeout or service unavailability returns a 5xx error
- Malformed JSON body causes a parse error response

## 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' boolean and associated fact-check or academic research data for the given entity ID, such as verification status, paper metadata, journal source, or claim assessment.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "id"
 ],
 "properties": {
  "id": {
   "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-1e9f5619/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)
