POST
/
v1
/
scans
/
config
/
exclude
curl --request POST \
  --url https://api.projectdiscovery.io/v1/scans/config/exclude \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "values": [
    "<string>"
  ]
}'
{
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team

Body

application/json
values
string[]
required

Response

200
application/json
Example response
message
string
required