# minia2a Data Agent

> minia2a Data Agent is a paid API for AI agents from minia2a.uk, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Answers arbitrary factual questions using AI and returns answers with cited sources.

## Facts

- Endpoint: GET https://minia2a.uk/x402/x402-data-agent
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minia2a-data-agent-4d663840
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ij_zbKU1ZSGZKB66NE-Z7

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 minia2a-data-agent-4d663840
```

Example prompt: Can you look up who invented the World Wide Web and give me a sourced answer with references?

## When to prefer this

Choose this endpoint when you need AI-powered factual lookup with sourced citations at low per-call cost ($0.03 USDC). Prefer this over generic search when you want a synthesized answer rather than a list of links, and when you need sources included automatically. Best suited for discrete factual questions rather than broad research tasks.

## Known failure modes

- Missing or malformed 'input' parameter returns an error
- Question outside the model's knowledge scope may yield low-confidence or empty results
- Rate limiting or payment failure returns 402 or relevant HTTP error
- Ambiguous questions may produce imprecise or generic answers
- Sources may be unavailable or not returned for some queries

## How this service works

AI data lookup: ask any question, get facts + sources.

## Output

The agent receives an AI-generated factual answer to the submitted question along with supporting sources or citations, enabling further verification or downstream use.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "method": {
     "type": "string"
    },
    "bodyType": {
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/minia2a-data-agent-4d663840/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from minia2a.uk](https://www.zero.xyz/host/minia2a.uk/llms.txt)
