WCAGCheck
# WCAG Accessibility Checker API Automated WCAG 2.1/2.2 compliance testing for any web page. Get a 0-100 accessibility score, detailed violation reports, and fix suggestions — powered by Deque's axe-core engine. --- ## Quick Start ```bash curl -X POST "https://wcag-accessibility-checker.p.rapidapi.com/v1/scan" \ -H "Content-Type: application/json" \ -H "X-RapidAPI-Key: YOUR_KEY" \ -H…
WCAGCheck endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1 | ||
| POST |
scanUrl /v1/scan |
Accepts a URL and returns a comprehensive WCAG compliance report. Results are cached for 1 hour — use `force: true` to bypass cache. |
| GET |
healthCheck /v1/health |
|
| GET |
getUsage /v1/usage |
|
| GET |
getScan /v1/scan/{scanId} |
|
WCAGCheck pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO Recommended | $9.99 / month | 3 / second |
|
| ULTRA | $29.99 / month | 5 / second |
|
| MEGA | $79.99 / month | 10 / second |
|