cURL
curl --request PATCH \ --url https://api.projectdiscovery.io/v1/scans/{scan_id}/import \ --header 'Content-Type: application/octet-stream' \ --header 'X-API-Key: <api-key>' \ --data '"<string>"'
{ "message": "<string>" }
Import more results to a given scan
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
The body is of type file.
file
Example response