Full site compliance bundle (all four audits)
audit_bundleRuns wcag + seo + security + performance against one URL, billed as a single call. Atomic: if any dimension fails to run, the whole call fails and nothing is billed. $0.10 per call. Returns: pass (bool) plus wcag{}, seo{}, security{}, performance{} sub-results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Live, fetchable http(s) URL to audit. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seo | No | ||
| pass | Yes | Whether every rule in this dimension passed. | |
| wcag | No | ||
| status | No | Present only on a completed audit. | |
| security | No | ||
| performance | No |