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

Body

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

Optional job options shared across all URLs

Response

Scan launched