POST/v1/scans
asset.type = url
asset.viewport = desktop
asset.wait.strategy = selector
asset.wait.selector = main
202 Accepted · scan queued
The website accessibility API scans a public page in the state users receive. An isolated browser records the rendered result and fetch context, then returns findings your engineering workflow can locate.
For engineering, QA, and platform teams checking release candidates and public pages
Illustrativecritical · certainChoose a viewport and a bounded wait strategy so the recorded result refers to an intentional rendered state.
POST/v1/scans
asset.type = url
asset.viewport = desktop
asset.wait.strategy = selector
asset.wait.selector = main
202 Accepted · scan queued
Useful evidence includes the rule name and the rendered context a frontend owner can reproduce.
Final URL after redirects
Requested render context
Bounded selector strategy
Selector plus observed state
The rendered browser evidence stays the same shape while the selected profile defines the WCAG or policy target and its versioned coverage.
The browser worker can observe many programmatic conditions. Complete task flows and assistive-technology usability still require deliberate evaluation.
Start with one public page, inspect the browser evidence, and add the API to a preview or publishing workflow after the result is understood.
Automated preflight is not an accessibility certification or legal determination.