Connect to the Phish-Def API in seconds

Scan URLs for phishing threats using a simple and fast REST API. Designed for developers, secured for scale.

Endpoint

POST https://api.phish-def.com/v1/check

Request Format

Headers

Authorization: Bearer YOUR_API_KEY  
Content-Type: application/json

Body

{
  "url": "https://example.com"
}

Response Format

Example response

{
  "status": "safe", // or "phishing"
  "score": 0.01
}

Status Codes

  • 200 OK — Success
  • 🔑 401 Unauthorized — Invalid API key
  • 🚫 429 Too Many Requests — Rate limit exceeded

SDKs & Examples (Coming Soon)

Language SDKs:

  • Python (coming soon)
  • JavaScript (coming soon)
  • PHP (coming soon)

Ready to integrate Phish-Def into your product?

Scroll to Top