Import scan details
curl --request POST \ --url https://api.projectdiscovery.io/v1/scans/import \ --header 'Content-Type: application/octet-stream' \ --header 'X-API-Key: <api-key>'
{ "id": "<string>", "message": "<string>" }
The body is of type file.
file
Scan is a single scan object
Was this page helpful?