# Canon Batch Fact-Checking & Academic Research

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

Batch-verifies multiple claims and searches academic papers/journals for AI agents, returning fact-check results via a single API call.

## Facts

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

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-batch-fact-checking-academic-research-52d97146 -d '<json body>'
```

Example prompt: Can you fact-check these three claims for me using Canon: '1) The Earth's average surface temperature has risen 1.1°C since pre-industrial times, 2) Ivermectin is effective against COVID-19, and 3) Humans only use 10% of their brains'? I need academic sources to back up or refute each one.

## When to prefer this

Choose this endpoint when you need to verify multiple factual claims in a single API call rather than one at a time, especially when you want academic or peer-reviewed sourcing. Ideal for AI agents that need to fact-check paragraphs, articles, or research documents in bulk. Prefer this over general web-search endpoints when scholarly validation is required.

## Known failure modes

- Empty or malformed claims array returns a 400-level error
- Claims array exceeds maximum batch size limit
- Insufficient USDC balance or failed x402 payment causes 402 Payment Required
- No academic sources found for highly niche or obscure claims
- Timeout if the batch contains too many claims
- Network errors from the underlying aury.orbonomy.xyz host

## 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 per-claim fact-check results, likely including verification status, supporting or contradicting academic references, and confidence signals for each claim submitted in the batch.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "claims"
 ],
 "properties": {
  "claims": {
   "type": "array"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

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