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