# minia2a x402-accessibility-check

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

Checks a URL or web resource for accessibility compliance and returns accessibility issues or scores

## Facts

- Endpoint: GET https://minia2a.uk/x402/x402-accessibility-check
- Price: $0.01/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-accessibility-check-bf054543
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ACJ26fj5R7lQfEL8PGLma

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-accessibility-check-bf054543
```

Example prompt: Can you run an accessibility check on my homepage at https://example.com using a GET request and tell me what accessibility issues it has?

## When to prefer this

Choose this endpoint when you need a quick, affordable ($0.01) automated accessibility check on a web resource and want a programmatic result suitable for AI agent workflows. It is well-suited for lightweight compliance checks, pre-deployment audits, or continuous monitoring without a full accessibility testing platform.

## Known failure modes

- Invalid or unreachable URL returns an error or empty result
- Missing required 'input' field causes a validation error
- Unsupported resource type may return incomplete results
- Payment not received results in 402 Payment Required response
- Rate limiting may occur if called too frequently

## How this service works

minia2a service: x402-accessibility-check

## Output

Returns an accessibility assessment of the specified web resource, including identified WCAG violations, accessibility scores, or compliance issues that may affect users with disabilities.

## 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-accessibility-check-bf054543/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)
