Build with ScamLens API
Integrate real-time threat detection into your applications. 19 intelligence sources, AI-powered analysis, and community data — all through a simple REST API.
Quick Start
1. Create a free account
2. Generate an API key in your dashboard
3. Make your first request
# Check a domain
curl "https://smart-bookmarks-api.waynetaylorx.workers.dev/v1/public/check?domain=suspicious-site.xyz"
# With API key for higher limits
curl -H "X-API-Key: your-key" \
"https://smart-bookmarks-api.waynetaylorx.workers.dev/v1/public/check?domain=example.com"
# Batch check
curl -X POST "https://smart-bookmarks-api.waynetaylorx.workers.dev/v1/public/check/batch" \
-H "Content-Type: application/json" \
-d '{"domains":["example.com","suspicious.xyz"]}' Most read endpoints work without auth. Add your API key for higher rate limits.
Popular Endpoints
Quick Threat Check — Check a domain against 19 threat intelligence sources in real-time.
Batch Check — Check up to 10 domains in a single request.
Full Intelligence — Comprehensive domain analysis: WHOIS, DNS, SSL, threats, registration data.
AI Risk Summary — AI-generated risk assessment in 12 languages.
Crypto Address Check — Analyze crypto addresses across 6 EVM chains + Bitcoin/Solana.
Content Analysis — AI-powered analysis of suspicious messages, emails, or chat logs.
Threat Feed — Paginated threat intelligence feed from aggregated sources.
API Plans
Free
$0
1,000 requests/month
- Domain threat check
- Crypto address check
- Threat feed access
- Community data
Pro
$29 /month
10,000 requests/month
- Everything in Free
- Batch check (10 domains)
- AI risk summaries
- Content analysis
- Webhooks
- Priority rate limits
Enterprise
$299 /month
Unlimited
- Everything in Pro
- Deep investigations API
- Custom integrations
- Dedicated support
- SLA guarantee
- Custom webhook events