Accessibility Scanning API
Automated EAA and WCAG compliance scanning. Test any website against EN 301 549 and WCAG 2.2 standards.
curl -X POST https://a11y-api.zexta.dev/scan \
-H "X-API-Key: your_api_key" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com", "standard": "eaa"}'
{
"scan_id": "scan_abc123",
"url": "https://example.com",
"standard": "eaa",
"score": 78,
"issues": 12,
"critical": 3,
"report_url": "https://a11y-api.zexta.dev/reports/scan_abc123"
}
Features
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /scan | Scan a URL for accessibility issues |
| GET | /reports/{id} | Get a scan report |
| POST | /monitor | Set up continuous monitoring |
| GET | /standards/eaa | EAA conformity requirements |
Pricing
Free
50 scans/month, 1 site
- WCAG 2.2 scanning
- Basic reporting
- Community support
Starter
1,000 scans/month, 5 sites
- Everything in Free
- EAA compliance reporting
- EN 301 549 mapping
- Email support
Pro
10,000 scans/month, 25 sites
- Everything in Starter
- CI/CD integration
- Continuous monitoring
- Trend tracking
- Priority support
Agency
50,000 scans/month, unlimited sites
- Everything in Pro
- White-label reports
- Client dashboard
- API priority access
The EAA Compliance Gap
The European Accessibility Act is now enforced. Every digital product serving EU customers must comply with EN 301 549 — a standard that goes beyond WCAG.
Most accessibility tools target US WCAG compliance only. The EAA has different requirements, different reporting needs, and different conformity assessment processes.
This API specifically targets EAA compliance while also covering WCAG 2.2, giving you complete accessibility coverage with one integration.
Companion GitHub Action
We provide a free GitHub Action that integrates accessibility scanning into your CI/CD pipeline. Catch issues before they reach production:
- uses: zexta-products/a11y-scan@v1
with:
url: ${{ env.PREVIEW_URL }}
standard: eaa
fail-on-critical: true Frequently Asked Questions
What's the difference between EAA and WCAG?
Do you offer a GitHub Action?
How accurate are the automated scans?
When does the EAA take effect?
Ship to Production — Weekly
DevOps, deployment, and cloud tips for developers. No spam, unsubscribe anytime.