Skip to main content
POST
/
v1
/
scan
Launch a scan for a given URL
curl --request POST \
  --url https://api.example.com/v1/scan \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>",
  "force": true,
  "options": [
    "<string>"
  ]
}
'

Body

application/json
url
string
required
force
boolean | null
options
string[] | null

Optional job options controlling which stages run

Response

Scan launched