cURL
curl --request POST \ --url https://api.projectdiscovery.io/v1/scans/import \ --header 'Content-Type: application/octet-stream' \ --header 'X-API-Key: <api-key>' \ --data '"<string>"'
{ "id": "<string>", "message": "<string>" }
Import scan details
Documentation IndexFetch the complete documentation index at: https://docs.projectdiscovery.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.projectdiscovery.io/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
The body is of type file.
file
Scan is a single scan object
Was this page helpful?