POST
/
v1
/
template
/
user
/
scan
Scan Template
curl --request POST \
  --url https://templates-api.nuclei.sh/v1/template/user/scan \
  --header 'Content-Type: application/json' \
  --data '{
  "target": "<string>",
  "template_base64": "<string>"
}'

Parameters (required)

target
string
required
Target host to scan using nuclei template.Constraints: Valid hostname or IP address or URL.
template_base64
string
required
Base64 encoded nuclei template.Constraints: Valid Base64 encoded template.