POST
/
v1
/
scans
/
schedule
curl --request POST \
  --url https://api.projectdiscovery.io/v1/scans/schedule \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "scan_id": "<string>",
  "scan_frequency": "<string>"
}'
{
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

Body

application/json
scan_id
string
required
scan_frequency
string
required

Response

200
application/json
Example response
message
string
required