Check a PDF for PDF/UA-1 conformance
check_pdfCheck a PDF for PDF/UA-1 accessibility by submitting its public URL. Runs veraPDF verification of document structure, tags, and reading order, then returns a check ID for polling results.
Instructions
Downloads a public PDF URL and runs a machine-verifiable veraPDF PDF/UA-1 check (document structure, tags, reading order — not a full WCAG audit). Free tier, counted against the caller's daily quota. Queues the check and returns immediately with an id; call get_pdf_check to poll.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | A public URL serving a PDF file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pdfCheck | Yes | ||
| standard | Yes | The standard the checks were run against, e.g. "WCAG 2.1 AA". | |
| scoringGuidance | Yes | Binding instruction for the assistant reading this result. Follow it literally. | |
| coverageDisclaimer | Yes | Why this result is not a compliance verdict. Always relay it; never present a scan as proof of conformance. |