scans
Create scan
Create and start a new security scan against a target URL. The scan runs asynchronously — use the status endpoint or WebSocket to track progress.
post/api/scans
Request body
Example request
{
"target_url": "https://example.com",
"scan_type": "full"
}Response
Scan created and started