cURL
curl --request POST \ --url https://api.example.com/v1/scan \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "force": true, "options": [ "<string>" ] } '
This function initiates a scan for the specified URL and returns a scan ID and estimated time.
Optional job options controlling which stages run
Scan launched