Schnellstart
Nutzen Sie einen beliebigen HTTP-Client. Kein SDK erforderlich.
curl -X POST https://www.phishclean.com/api/v1/check-link \
-H "Content-Type: application/json" \
-d '{"url": "https://paypal-secure.xyz/login"}'
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"}'
curl -X POST https://www.phishclean.com/api/v1/check-password \
-H "Content-Type: application/json" \
-d '{"password": "Summer2024!"}'
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..."}'
curl -X POST https://www.phishclean.com/api/v1/scan-secrets \
-H "Content-Type: application/json" \
-d '{"source": "const key = \"AKIA1234567890ABCDEF\""}'
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>"}'
Vollständige API-Referenz
·
MCP-Server (npm)