generate_vpat
Generates a complete VPAT 2.5 EN 301 549 accessibility conformance report based on scan results. Returns structured JSON and a downloadable PDF (base64-encoded). Covers all EN 301 549 clauses; non-web clauses are marked Not Evaluated with professional notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Additional context about the product or evaluation scope | |
| scan_id | Yes | The scan_id from scan_accessibility | |
| company_name | Yes | Company or organization name | |
| product_name | Yes | Name of the product being evaluated | |
| contact_email | Yes | Contact email for accessibility questions | |
| evaluation_date | No | Evaluation date (YYYY-MM-DD). Defaults to today. | |
| product_version | No | Version of the product | 1.0 |
| anthropic_api_key | Yes | Your Anthropic API key (used only for this request, never stored) |