Quick Scans
Launch a Deep Scan
Start a Deep Scan
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
headerrequiredBody
application/json
resolveHosts
boolean
runCNAMEX
boolean
runCORSCANNER
boolean
runREDIRECTX
boolean
runSPIDERX
boolean
runXSSCANNER
boolean
targetId
string
targetURL
string
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"
}'