You can use the Dynamic Analysis API to add an additional URL to an existing analysis.
The API passes the JSON file that you populate with the necessary
values as shown in this example payload:
{ "name": "Name-of-Your-Dynamic-Analysis", "scans": [ { "scan_config_request": { "target_url": { "url": "https://www.example.com" } }, "action_type": "ADD" } ] }