# Canon Academic Research & Fact-Checking Summary

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

Generates a fact-checked academic summary for a given topic and language, enabling AI agents to verify claims and explore scholarly literature.

## Facts

- Endpoint: POST https://canon.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-research-fact-checking-summary-4c3a14be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BAmq_zr7ay9_xycczOs09

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-research-fact-checking-summary-4c3a14be -d '<json body>'
```

Example prompt: Can you fact-check the claim that 'intermittent fasting extends lifespan in humans' and give me an academic summary of what the research says — in English?

## When to prefer this

Choose this endpoint when an AI agent needs to verify factual claims against academic literature, synthesize scholarly research on a topic, or provide evidence-based summaries — especially when the user wants peer-reviewed backing rather than general web search results. Best suited for research, journalism, or educational use cases where credibility of sources matters.

## Known failure modes

- Missing required fields 'lang' or 'topic' returns an error
- Unsupported or unrecognized language code may yield no result
- Payment failure (insufficient USDC balance) blocks the request
- Topic too vague or broad may return low-confidence or empty results
- Rate limiting or service unavailability returns a non-200 response

## 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 an academic summary or fact-check result for the requested topic in the specified language, synthesized from scholarly 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-research-fact-checking-summary-4c3a14be/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)
