# WCAG Accessibility Audit

> WCAG Accessibility Audit is a paid API for AI agents from api.the402.ai, paid per call via x402, $0.525/call, status down (last checked 2026-09-15).

Purchases and triggers a WCAG accessibility audit for a given website or URL, returning compliance findings and recommendations

## Facts

- Endpoint: POST https://api.the402.ai/v1/services/svc_46778bcd8a06465f/purchase
- Price: $0.525/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-the402-ai-d9ea082e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DQlXYYu_aLd5Vo3YA7BZJ

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 api-the402-ai-d9ea082e -d '<json body>'
```

Example prompt: Can you run a WCAG accessibility audit on https://mycompany.com and tell me which WCAG 2.1 AA violations it has and how to fix them?

## When to prefer this

Use this endpoint when you need a structured, paid WCAG accessibility audit of a specific URL and want a detailed compliance report with actionable remediation steps. Prefer this over free browser-based tools when you need programmatic access to audit results for automation or reporting pipelines.

## Known failure modes

- Invalid or unreachable URL returns an error response
- Unsupported WCAG standard version causes rejection
- Payment failure via x402 protocol prevents job creation
- Job times out for very large or complex websites
- Rate limiting if too many concurrent audit requests are submitted

## How this service works

Purchase: WCAG Accessibility Audit

## Output

Returns a job ID for the audit task along with a WCAG accessibility compliance report including violations categorized by severity, affected elements, WCAG criteria references, and remediation guidance once the job completes

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "id"
 ],
 "properties": {
  "id": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-the402-ai-d9ea082e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.the402.ai](https://www.zero.xyz/host/api.the402.ai/llms.txt)
