# minia2a Domain Intelligence

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

Retrieves intelligence and metadata about a domain, such as registration, ownership, DNS, or threat/reputation signals.

## Facts

- Endpoint: GET https://minia2a.uk/x402/domain-intel
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minia2a-domain-intelligence-4ea2c7c6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-sDJW__CVF_od3j7q7fw1

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-domain-intelligence-4ea2c7c6
```

Example prompt: Can you pull up the domain intelligence report for example.com — I want to know who owns it, when it was registered, and any reputation or DNS details you can find?

## When to prefer this

Choose this endpoint when you need quick, cheap ($0.01) programmatic domain intelligence for a single domain — especially in agentic workflows that require domain verification, threat investigation, or competitive research. Prefer over manual WHOIS lookups when you need structured output suitable for downstream processing.

## Known failure modes

- Invalid or malformed domain name returns an error
- Domain not found in registry returns empty or null result
- Rate limiting or payment failure returns 402 or 429 status
- Private/redacted WHOIS returns limited ownership data
- Network timeout if upstream DNS/WHOIS providers are slow

## How this service works

minia2a service: x402-domain-intel

## Output

Returns structured domain intelligence including metadata such as registration details, WHOIS ownership data, DNS records, domain age, registrar information, and potentially reputation or threat signals about the queried domain.

## 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-domain-intelligence-4ea2c7c6/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)
