Deterministic finding
The tested condition failed and includes reproducible evidence.
automation: fullA scan is asynchronous, versioned, and safe to retry. The API separates machine findings from review work, then returns the evidence needed to repair or route the asset.
A clean automated result remains no_detected_failures. It does not claim that the full asset is accessible.
One asynchronous lifecycle, normalized findings, explicit coverage, and unresolved human checks.
Long-running document and rendered-page checks should not hold an upload or release request open. The job contract stays explicit at every state.
Submit a URL, HTML, PDF, or DOCX with a project, environment, and one or more pinned profiles.
Receive 202 Accepted immediately. An idempotency key protects retries from creating duplicate scans.
The engine set inspects the format, normalizes findings, records coverage, and creates the human-review queue.
Poll the scan or consume a signed webhook when the result and configured reports are ready.
Compare with a baseline, apply a quality gate, repair the source, and rescan under the same profile version.
Pinning the profile makes a result reproducible. A later standards update creates a new profile version instead of silently changing historical evidence.
Browse available policy profilesPOST /v1/scans
{
"asset": { "type": "url",
"url": "https://example.org/checkout" },
"profiles": ["wcag-2.2-aa-web@1.2.0"],
"options": { "compare_to_baseline": "scn_…" }
}A machine observation, a contextual risk, and a human decision do not carry the same certainty. The API model prevents them from collapsing into one score.
The tested condition failed and includes reproducible evidence.
automation: fullThe signal deserves attention, but context can change the conclusion.
automation: partialThe question requires meaning, task context, or assistive-technology experience.
decision: requiredConnect before publication, keep the profile pinned, and make the next repair measurable.
Automated preflight is not an accessibility certification or legal determination.