Fraud Detection
## Fraud Detection API Real-time financial transaction fraud detection powered by LightGBM, trained on 284,807 real transactions (Kaggle Credit Card Fraud dataset). ### Features - Single transaction scoring via POST /predict - Batch scoring up to 5,000 transactions via POST /predict/batch - Returns fraud probability (0.0–1.0), prediction (FRAUD/LEGIT), and confidence level - Average response…
Fraud Detection endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Predict Transaction /predict |
Score a single financial transaction for fraud. Returns fraud probability (0.0–1.0), prediction (FRAUD/LEGIT), and confidence level. |
Fraud Detection pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | 2 / minute |
|
| ULTRA | $29 / month | — |
|