Accessibility Facts
A11y snapshots as browser facts. Violations, passes, and impact levels — structured for your pipeline, not qualitative scores.
What you can do with accessibility facts
Scout delivers a11y as structured raw data — either as a quick inventory (headings, links, landmarks) or a full axe run. No soft judgments, just facts for CI and agents.
- A11y snapshot: inventories without an axe run
- Raw axe violations including nodes and impact
- Viewport controls what is visible and counted in the snapshot
- Usable as a release gate or regression check in pipelines
A11y snapshot: viewport changes inventories (headings, links, …).
A11y snapshot from a real browser — structured raw data for your checks.
Endpoints & parameters
Choose an endpoint — below you'll see an example request and explanations for all relevant parameters.
POST /v1/checks/a11y-snapshot
Structural a11y inventory (no axe violations).
Example request
{
"url": "https://example.com",
"width": 1280,
"height": 720,
"dismiss_cookie_banner": true
}Parameters
urlstring requiredTarget URL.
width / heightnumberViewport — affects buttons, links, and landmarks in the snapshot.
settle_ms / goto_timeout_msnumberLoad and settle timeouts.
dismiss_cookie_bannerbooleanAttempts to dismiss known cookie banners before measuring or checking.
wait_for_selectorstringWaits for a CSS selector before continuing.
wait_ms / settle_msnumberAdditional wait time after loading (depends on endpoint).
devicestringPlaywright device preset; overrides width/height/UA when set.
color_scheme'light'|'dark'|'no-preference'Preferred color scheme in the browser.
block_adsbooleanBlocks known ad and tracker requests.
capture_xhrstringGlob or substring for XHR/fetch URLs whose bodies Scout captures (max. 20).
fetch_mode'browser'|'http'http loads without JavaScript (static document). Default: browser.
solve_captchabooleanBest-effort Turnstile/checkbox on your own sites. Cloud: domain verify. Self-host: always allowed.
record_harbooleanOptionally records HAR (where supported by the endpoint).
respect_robotsbooleanRespect robots.txt (default: on).