# minia2a x402 Site Audit

> minia2a x402 Site Audit is a paid API for AI agents from minia2a.uk, paid per call via x402, $0.6/call, status unknown (last checked 2026-09-16).

Performs a site audit on a given web resource, returning structured analysis of the site's quality, issues, or metadata.

## Facts

- Endpoint: GET https://minia2a.uk/x402/site-audit
- Price: $0.6/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minia2a-x402-site-audit-d4f76a0e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Njt3QNzpOF-EMOoyKyJR8

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-x402-site-audit-d4f76a0e
```

Example prompt: Can you run a site audit on example.com and give me a report on any issues or quality problems you find?

## When to prefer this

Choose this endpoint when you need a quick, paid on-demand site audit without setting up your own crawling infrastructure. It is especially useful for agents that need to programmatically assess a website's health or quality as part of an automated workflow.

## Known failure modes

- Invalid or unreachable URL returns an error or empty report
- Malformed query parameters may cause a 400-level error
- Site behind authentication or bot protection may return incomplete results
- Rate limiting or payment issues may prevent the call from completing

## How this service works

minia2a service: x402-site-audit

## Output

A structured audit report detailing the site's quality, detected issues, metadata, and any technical problems found during the audit of the target URL or 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-x402-site-audit-d4f76a0e/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)
