PUT
/
api
/
scan
/
deep
Authorization
Body
curl --request PUT \
  --url https://api.novasec.io/api/scan/deep \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <x-api-key>' \
  --data '{
  "resolveHosts": true,
  "runCNAMEX": true,
  "runCORSCANNER": true,
  "runREDIRECTX": true,
  "runSPIDERX": true,
  "runXSSCANNER": true,
  "targetId": "{targetId}",
  "targetURL": "https://example.com"
}'

Authorizations

X-API-Key
string
headerrequired

Body

application/json
resolveHosts
boolean
runCNAMEX
boolean
runCORSCANNER
boolean
runREDIRECTX
boolean
runSPIDERX
boolean
runXSSCANNER
boolean
targetId
string
targetURL
string