POST /api/phish/classify
body { url } → { score, reasons }
| Method | POST |
| Path | /api/phish/classify |
| Auth | public (no key) |
| Group | Security · Phish |
Request
curl -X POST https://zeqsdk.com/api/phish/classify \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description
Generated from the node's own route registry (GET /api/endpoints) — this path is live.