Quick Start
Use any HTTP client. No SDK required.
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\""}'
Full API Reference
·
MCP Server (npm)