ScamLens
REST API v1

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

1. Create a free account

2

2. Generate an API key in your dashboard

3

3. Make your first request

curl
# 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

GET /v1/public/check No auth needed
Try it →

Quick Threat Check — Check a domain against 19 threat intelligence sources in real-time.

POST /v1/public/check/batch No auth needed
Try it →

Batch Check — Check up to 10 domains in a single request.

POST /v1/public/domain/intelligence No auth needed
Try it →

Full Intelligence — Comprehensive domain analysis: WHOIS, DNS, SSL, threats, registration data.

GET /v1/public/domain/risk-summary AI-powered
Try it →

AI Risk Summary — AI-generated risk assessment in 12 languages.

POST /v1/public/crypto/intelligence No auth needed
Try it →

Crypto Address Check — Analyze crypto addresses across 6 EVM chains + Bitcoin/Solana.

POST /v1/public/analyze AI-powered
Try it →

Content Analysis — AI-powered analysis of suspicious messages, emails, or chat logs.

GET /v1/public/threats No auth needed
Try it →

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
Get API Key

Pro

$29 /month

10,000 requests/month

  • Everything in Free
  • Batch check (10 domains)
  • AI risk summaries
  • Content analysis
  • Webhooks
  • Priority rate limits
Get API Key

Enterprise

$299 /month

Unlimited

  • Everything in Pro
  • Deep investigations API
  • Custom integrations
  • Dedicated support
  • SLA guarantee
  • Custom webhook events
Get API Key

Interactive API Explorer

Try any endpoint directly from your browser.

Open API Explorer