Detect malicious URLs, phishing attempts, and scam websites.
Parameters
URL to analyze for threats
Response
{
"is_malicious": true,
"threat_type": "phishing",
"confidence_score": 0.94,
"processing_time_ms": 156
}
Example
curl -X POST "https://api.scam.ai/url-detection" \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://suspicious-website.com"}'