Check a PDF for PDF/UA-1 conformance
check_pdfSubmit a public PDF URL for a machine-verifiable PDF/UA-1 check covering document structure, tags, and reading order. Queues verification and returns an ID to poll for accessibility 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. |