POST
/auditsrequires write scopeQueue a new website audit
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| url* | body | string (url) | Website URL to audit |
| label | body | string | Friendly label (max 200 chars) |
Request body
{ "url": "https://example.com", "label": "Marketing site" }Example response
{ "target": { "id": "…", "url": "https://example.com", "next_scan_at": "2026-07-26T…" }, "message": "Audit queued for scanning" }