# 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 any factual question using AI-powered lookup, returning facts along with cited sources.

## Facts

- Endpoint: GET https://minia2a.uk/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-6be92c0d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ean4UatSThKdXl9dj6gS-

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-6be92c0d
```

Example prompt: Look up the current global CO2 concentration in the atmosphere and give me the answer with sources.

## When to prefer this

Choose this endpoint when an agent needs to answer open-ended factual questions and must include source citations. It is particularly useful for research workflows, fact-checking pipelines, or situations where traceability of information matters. Prefer it over a generic web search when a single synthesized answer with sourcing is needed rather than a list of raw URLs.

## Known failure modes

- Question too vague or ambiguous — agent returns a generic or low-confidence answer
- No reliable sources found for niche or very recent topics — response may lack citations
- Malformed input query — returns an error or empty result
- Rate limiting or payment failure — HTTP 402 or 429 error
- Highly speculative questions may return hedged or incomplete answers

## How this service works

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

## Output

The agent receives a factual answer to the submitted question along with one or more cited sources supporting the information, enabling downstream verification or further research.

## 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-6be92c0d/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)
