cURL
curl --request POST \ --url https://api.example.com/v1/scans \ --header 'Content-Type: application/json' \ --data ' { "urls": [ "<string>" ], "force": true, "options": [ "<string>" ] } '
This function initiates scans for multiple URLs and returns a list of scan IDs and URLs.
Optional job options shared across all URLs
Scan launched