Trigger a scan
curl --request POST \ --url https://api.projectdiscovery.io/v1/scans \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "targets": [ "<string>" ], "templates": [ "<string>" ], "assets": [ "<string>" ], "private_templates": [ { "name": "<string>", "contents": "<string>" } ], "scan_id": "<string>", "name": "<string>", "recommended": true, "all": true }'
{ "id": "<string>", "message": "<string>" }
Show child attributes
Was this page helpful?