A11yScan API
### What It Does A11yScan API checks HTML pages for common accessibility issues and returns a structured JSON report with violation IDs, impact levels, WCAG references, element selectors, counts, and an overall score (0–100). It is designed for web agencies, SaaS engineering teams, government vendors, and CI pipelines that need fast accessibility preflight checks before release — without setting…
A11yScan API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Scan | ||
| POST |
/v1/scan-html /v1/scan-html |
|
| POST |
/v1/batch /v1/batch |
|
| POST |
/v1/scan-url /v1/scan-url |
|
| Rules | ||
| GET |
/v1/rules /v1/rules |
|
A11yScan API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $9 / month | 60 / minute |
|
| ULTRA | $29 / month | 100 / minute |
|
| MEGA Recommended | $99 / month | 300 / minute |
|