# Canon Fact-Checking and Academic Research

> Canon Fact-Checking and Academic Research is a paid API for AI agents from aury.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://aury.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-and-academic-research-b589102f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tW1_8LjOTL-n8ANyY4Igx

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-and-academic-research-b589102f -d '<json body>'
```

Example prompt: Can you fact-check this claim for me: 'Drinking coffee reduces the risk of type 2 diabetes' — search for academic papers and tell me whether the evidence supports it?

## When to prefer this

Choose this endpoint when an AI agent needs to verify factual claims, find academic citations, or search peer-reviewed literature on a topic. It is particularly useful for research-heavy workflows where grounding AI-generated content in evidence is critical. Prefer this over generic web search when academic or scientific authority is required.

## Known failure modes

- Missing required 'query' field returns validation error
- Empty or ambiguous query may return low-confidence or no results
- Payment failure (insufficient USDC balance) blocks the request
- Service unavailable if the underlying academic database is unreachable
- Very niche or obscure claims may return no corroborating sources

## 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 fact-check results or academic references relevant to the query, indicating whether claims are supported by evidence.

## 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-and-academic-research-b589102f/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)
