cURL
curl --request POST \ --url https://api.webacy.com/url \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "url": "<string>" } '
{ "blacklist": "<string>", "prediction": "<string>", "whitelist": "<string>" }
Analyze a URL for phishing, malware, and other security threats
A JSON object containing a single URL string to be analyzed for potential risks.
URL string
Success - Returns an assessment of the URL's safety score, including blacklist and maliciousness checks.
URL is not in the blacklist
Ex: benign | malicious
Whitelist status indicator for the address