cURL
curl --request POST \ --url https://rtswpscan.slayers.tech/scan \ --header 'API-Key: <api-key>' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'url=<string>'
{ "status": "success", "scan_id": "unique_report_id" }
Initiate a scan using multipart form data.
url
mode
normal
aggressive
URL to scan
Mode of scanning: normal or aggressive (normal if empty)
Scan initiated successfully
"success"
"unique_report_id"