Nick-2x's picture
Create Readme.md
8ead013 verified
# 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"
}