API PhishClean untuk Developer

Integrasikan deteksi phishing, analisis kata sandi, pemindaian email, deteksi peniruan backlink, dan lainnya ke aplikasi Anda. Mulai dengan tingkat developer gratis dan tingkatkan nanti untuk limit lebih tinggi.

Gratis
$0
selamanya
  • 30 permintaan/jam
  • Semua 8 endpoint
  • Tanpa perlu kunci API
  • Rate limiting berbasis IP
Business
$49
/bulan
  • 25.000 permintaan/jam
  • Semua 8 endpoint
  • Dukungan webhook
  • Pemindaian massal
Enterprise
$700
/tahun
  • Permintaan tak terbatas
  • Semua 8 endpoint
  • Jaminan SLA
  • Dukungan khusus

Daftar untuk Akses API

Sudah punya akun? Masuk

Mulai Cepat

Gunakan klien HTTP apa pun. Tanpa perlu SDK.

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

Referensi API Lengkap  ·  Server MCP (npm)