WCAG Accessibility Scanner
## WCAG Accessibility Scanner Automated WCAG 2.1 accessibility compliance testing in a single API call. No headless browser. No Playwright. No axe-core boilerplate. ### What it returns - Score (0–100) and letter grade (A–F) - Full violations list with WCAG criterion ID, severity (critical/serious/moderate), offending element, and W3C fix link - 30+ checks including: missing alt text, unlabeled…
WCAG Accessibility Scanner endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Scan URL for Accessibility /scan |
Scans a live URL for WCAG 2.1 A and AA accessibility violations. Returns an overall score (0-100), a letter grade (A-F), and a detailed list of violations. Each violation… |
| POST |
Scan URL or HTML for Accessibility /scan |
Scans either a live URL or raw HTML string for WCAG 2.1 A and AA violations. Send a JSON body with either {"url":"https://..."} to scan a live site or {"html":"..."} to scan raw… |
WCAG Accessibility Scanner pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $10 / month | — |
|
| ULTRA | $25 / month | — |
|
| MEGA | $99 / month | — |
|