You can use the Dynamic Analysis API to create an analysis with prescan verification.
To be able to run a prescan verification before the Dynamic Analysis, you must allow two hours for the prescan to complete before you schedule the
analysis to begin.
This is an example of a Dynamic Analysis for a single URL with prescan:
{ "name": "Name-of-Your-Dynamic-Analysis", "scans": [ { "scan_config_request": { "target_url": { "url": "http://www.example.com" } } } ], "schedule": { "start_date": "2020-02-27T02:00+00:00", "duration": { "length": 3, "unit": "DAY" } } }
You can call GET /analyses to see the status of your analyses.