# Canon – Events Fact-Check & Research

> Canon – Events Fact-Check & 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).

Searches and verifies factual claims or academic information about events on a given date and topic, returning structured results for AI agents.

## Facts

- Endpoint: POST https://aury.orbonomy.xyz/api/events
- 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-events-fact-check-research-a8db66e5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ui6kaalJWA-6Ld0FRjlnT

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-events-fact-check-research-a8db66e5 -d '<json body>'
```

Example prompt: Can you fact-check what happened with the discovery of the Higgs boson on July 4, 2012 — I want verified, sourced information about that event?

## When to prefer this

Choose this endpoint when an AI agent needs to verify factual claims or retrieve academic/event-based information tied to a specific date and topic, especially when source credibility and fact-checking are required. Prefer this over general web search when the use case demands structured, verifiable event data rather than raw web content.

## Known failure modes

- Missing required 'date' or 'topic' field returns a 400-level error
- Unrecognized or ambiguous date format may cause lookup failure
- Topic too vague or broad may return no results or success:false
- Payment not completed or insufficient USDC balance triggers 402 Payment Required
- Server-side research pipeline timeout returns an error or success:false

## 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 indicating whether the lookup completed, likely accompanied by verified facts, event details, or academic references related to the specified date and topic.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "date",
  "topic"
 ],
 "properties": {
  "date": {
   "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-events-fact-check-research-a8db66e5/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)
