scan_url
Kick off a DAST security scan against a public URL the API key owner controls. Two-step flow: first call returns a preview (target, profile, ETA, quota remaining); confirm by calling again with confirm:true to actually start the scan. Returns scan_id; poll status with get_scan. Domain must be verified in the Sectora account. Daily quota: 25 scans/24h per user. Requires API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL to scan (must start with http:// or https://) | |
| confirm | No | Set to "true" to actually execute the scan. Without this, the call returns a preview only. | |
| profile | No | Scan profile: quick (~2 min), standard (~10 min), deep (~30 min) |