Skip to main content
POST
/
api
/
v1
/
scan
/
{target}
Initiate Scan
curl --request POST \
  --url https://vulnix0.com/api/v1/scan/{target} \
  --header 'api-key: <api-key>'
{
  "message": "Scan initiated for target: grok.com (scanning on domain: grok.com)",
  "reqid": "95e201b5-93bf-4218-8b96-6fb23b8874d3"
}

Authorizations

api-key
string
header
required

A unique API Key.

Path Parameters

target
string
required

Target to scan (domain, IP, or URL)

Response

Scan successfully initiated

reqid
string<uuid>

Unique ID for this scan request

message
string
Example:

"Scan initiated for target: example.com"

I