# Phishing Email Detection API This API detects phishing emails using the model: rudycaz/qwen3-4b-phishing-detection ## Endpoint POST /detect Example request: { "email": "Subject: Verify your bank account immediately" } Response: { "prediction": "PHISHING", "model": "rudycaz/qwen3-4b-phishing-detection" }