ScamLens
REST API v1

使用 ScamLens API 构建

将实时威胁检测集成到您的应用中。19 种情报源、AI 驱动分析和社区数据 — 通过简单的 REST API 即可使用。

快速开始

1

1. 创建免费账号

2

2. 在控制面板生成 API Key

3

3. 发送第一个请求

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

大多数读取端点无需认证。添加 API Key 可获得更高请求限额。

热门端点

GET /v1/public/check 无需认证
试试看 →

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

POST /v1/public/check/batch 无需认证
试试看 →

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

POST /v1/public/domain/intelligence 无需认证
试试看 →

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

GET /v1/public/domain/risk-summary AI 驱动
试试看 →

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

POST /v1/public/crypto/intelligence 无需认证
试试看 →

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

POST /v1/public/analyze AI 驱动
试试看 →

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

GET /v1/public/threats 无需认证
试试看 →

Threat Feed — Paginated threat intelligence feed from aggregated sources.

API 计划

Free

$0

1,000 requests/month

  • Domain threat check
  • Crypto address check
  • Threat feed access
  • Community data
获取 API Key

Pro

$29 /月

10,000 requests/month

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

Enterprise

$299 /月

Unlimited

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

交互式 API 浏览器

直接在浏览器中测试任何端点。

打开 API 浏览器