Automate Site Audits with the API
Start Site Audits from CI or your own tools.
- Upgrade to Business or Agency if you have not already.
- Open Dashboard → Integrations and create an API key. Copy it immediately.
- Send POST /api/v1/site-audits with your URL and Authorization: Bearer header.
- Poll GET /api/v1/site-audits/{id} until status is completed or completed_with_warnings.
- Open the audit in the browser or integrate findings into your workflow.
Tip
See the REST API guide for curl examples, crawl modes, and error codes.