Quick Scans
Launch a Quick Scan
Start a Quick Scan
PUT
/
api
/
scan
/
quick
Authorization
Body
curl --request PUT \
--url https://api.novasec.io/api/scan/quick \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <x-api-key>' \
--data '{
"domain": "example.com",
"resolveHosts": true,
"targetId": "{targetId}"
}'
Authorizations
X-API-Key
string
headerrequiredBody
application/json
domain
string
resolveHosts
boolean
targetId
string
curl --request PUT \
--url https://api.novasec.io/api/scan/quick \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <x-api-key>' \
--data '{
"domain": "example.com",
"resolveHosts": true,
"targetId": "{targetId}"
}'