REST API JSON Coming Soon

Accessibility Scanning API

Automated EAA and WCAG compliance scanning. Test any website against EN 301 549 and WCAG 2.2 standards.

bash
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"}'
json
{
  "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

EAA (European Accessibility Act) compliance
EN 301 549 standard mapping
WCAG 2.2 Level AA testing
Multi-page site scanning
CI/CD integration (GitHub Action)
Trend tracking over time

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

$0 /month

50 scans/month, 1 site

  • WCAG 2.2 scanning
  • Basic reporting
  • Community support
Coming Soon

Starter

$29 /month

1,000 scans/month, 5 sites

  • Everything in Free
  • EAA compliance reporting
  • EN 301 549 mapping
  • Email support
Coming Soon
Recommended

Pro

$79 /month

10,000 scans/month, 25 sites

  • Everything in Starter
  • CI/CD integration
  • Continuous monitoring
  • Trend tracking
  • Priority support
Coming Soon

Agency

$149 /month

50,000 scans/month, unlimited sites

  • Everything in Pro
  • White-label reports
  • Client dashboard
  • API priority access
Coming Soon

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?
WCAG is a set of web accessibility guidelines. The European Accessibility Act (EAA) is law that references EN 301 549, which goes beyond WCAG. Our API tests against both.
Do you offer a GitHub Action?
Yes. A free companion GitHub Action scans your site on every deploy and fails the build if critical issues are found. The API provides the detailed reports.
How accurate are the automated scans?
Automated scanning catches ~50-60% of accessibility issues. We clearly mark which issues are confirmed vs. need manual review.
When does the EAA take effect?
The EAA enforcement began June 28, 2025. All digital products and services in the EU must comply.

Ship to Production — Weekly

DevOps, deployment, and cloud tips for developers. No spam, unsubscribe anytime.