Skip to main content
GET
/
scan
Initiate a new scan
curl --request GET \
  --url https://rtswpscan.slayers.tech/scan \
  --header 'API-Key: <api-key>'
{
  "status": "success",
  "scan_id": "unique_report_id"
}

Start scan (GET)

Initiates a scan using query parameters. Requires url and accepts an optional mode.

Authorizations

API-Key
string
header
required

Query Parameters

url
string
required

URL to scan

mode
string

Mode of scanning (normal by default)

Response

Scan initiated successfully

status
string
Example:

"success"

scan_id
string
Example:

"unique_report_id"