Geliştiriciler için PhishClean API

Kimlik avı tespiti, parola analizi, e-posta taraması, backlink taklit tespiti ve daha fazlasını uygulamanıza entegre edin. Ücretsiz geliştirici katmanıyla başlayın, daha yüksek limitler için daha sonra yükseltin.

Ücretsiz
$0
süresiz
  • Saatte 30 istek
  • 8 uç noktanın tümü
  • API anahtarı gerekmez
  • IP tabanlı istek sınırlama
Business
$49
/ay
  • Saatte 25.000 istek
  • 8 uç noktanın tümü
  • Webhook desteği
  • Toplu tarama
Enterprise
$700
/yıl
  • Sınırsız istek
  • 8 uç noktanın tümü
  • SLA garantisi
  • Özel destek

API Erişimi için Kaydolun

Zaten hesabınız var mı? Giriş yapın

Hızlı Başlangıç

Herhangi bir HTTP istemcisi kullanın. SDK gerekmez.

# Check a URL for phishing (free, no key needed) curl -X POST https://www.phishclean.com/api/v1/check-link \ -H "Content-Type: application/json" \ -d '{"url": "https://paypal-secure.xyz/login"}' # With API key for higher rate limits curl -X POST https://www.phishclean.com/api/v1/check-link \ -H "Content-Type: application/json" \ -H "Authorization: Bearer pk_live_your_key_here" \ -d '{"url": "https://paypal-secure.xyz/login"}'
# Check password strength curl -X POST https://www.phishclean.com/api/v1/check-password \ -H "Content-Type: application/json" \ -d '{"password": "Summer2024!"}' # Scan email for phishing curl -X POST https://www.phishclean.com/api/v1/check-email \ -H "Content-Type: application/json" \ -d '{"body": "Dear customer, verify your account immediately or it will be suspended..."}' # Scan code for leaked secrets curl -X POST https://www.phishclean.com/api/v1/scan-secrets \ -H "Content-Type: application/json" \ -d '{"source": "const key = \"AKIA1234567890ABCDEF\""}' # Detect backlink impersonation on a suspicious page curl -X POST https://www.phishclean.com/api/v1/analyze-backlinks \ -H "Content-Type: application/json" \ -d '{"url": "https://paypal-secure.xyz/login", "html": "<form><input type=\"password\"></form><a href=\"https://www.paypal.com/privacy\">Privacy</a>"}'

Tam API Referansı  ·  MCP Sunucusu (npm)