File size: 317 Bytes
8ead013
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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"
}