# Canon – Academic Fact-Checking & Research Summary

> Canon – Academic Fact-Checking & Research Summary 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).

Generates a research summary or fact-check on a given topic in a specified language, drawing on academic papers and journals.

## Facts

- Endpoint: POST https://aury.orbonomy.xyz/api/summary
- 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-academic-fact-checking-research-summary-9cd0e556
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OnINyjoNbtXE_67lU-lCS

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-academic-fact-checking-research-summary-9cd0e556 -d '<json body>'
```

Example prompt: Can you fact-check the claim that 'coffee reduces the risk of Alzheimer's disease' and give me a research summary in English based on academic sources?

## When to prefer this

Use Canon when an AI agent needs to verify claims or retrieve academically-grounded summaries rather than general web search results. Prefer this over general search endpoints when the user explicitly wants peer-reviewed or scholarly backing, multi-language research output, or structured fact-checking. Less suitable for real-time news or non-academic content.

## Known failure modes

- Missing required field 'topic' or 'lang' returns a validation error
- Unsupported or malformed language code may yield unexpected results
- Payment failure (insufficient USDC balance) blocks access
- Highly niche or very recent topics may return low-confidence or sparse summaries
- Network timeout on the underlying academic search pipeline

## 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 flag and (implicitly) a research summary or fact-check result for the given topic in the requested language, synthesized from academic and journal sources.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "lang",
  "topic"
 ],
 "properties": {
  "lang": {
   "type": "string"
  },
  "topic": {
   "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-academic-fact-checking-research-summary-9cd0e556/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)
