Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docu.scam.ai/llms.txt

Use this file to discover all available pages before exploring further.

Detect malicious URLs, phishing attempts, and scam websites.

Parameters

url
string
required
URL to analyze for threats
x-api-key
string
required
Your API key

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"}'