Detector24
Fraud Text Detection
TextSpam & Fraud

Fraud Text Detection

Detect fraudulent messages, phishing attempts, and scam content

Accuracy
99.9%
Avg. Speed
150ms
Per Request
$0.0030
API Name
fraud-text-detection

API Reference

Version
2601
Jan 3, 2026
Avg. Processing
150ms
Per Request
$0.003
Required Plan
trial

Input Parameters

Detects fraudulent and scam content in text

textstringRequired

Text content to analyze for fraud/scam indicators

Example:
Congratulations! You've been selected to receive a $1000 gift card. Click here to claim!

Response Fields

Fraud detection result with probability scores

labelstring

Classification result

Example:
fraud
is_fraudboolean

True if fraudulent content detected

Example:
true
safe_probabilityfloat

Probability that content is safe (0.0-1.0)

Example:
0.08
fraud_probabilityfloat

Probability that content is fraudulent (0.0-1.0)

Example:
0.92
confidencefloat

Classification confidence (0.0-1.0)

Example:
0.95

Complete Example

Request

{
  "model": "fraud-text-detection",
  "content": "Congratulations! You've been selected to receive a $1000 gift card. Click here to claim!"
}

Response

{
  "success": true,
  "data": {
    "label": "fraud",
    "is_fraud": true,
    "safe_probability": 0.08,
    "fraud_probability": 0.92,
    "confidence": 0.95
  }
}

Additional Information

Rate Limiting
If we throttle your request, you will receive a 429 HTTP error code along with an error message. You should then retry with an exponential back-off strategy, meaning that you should retry after 4 seconds, then 8 seconds, then 16 seconds, etc.
Supported Formats
txt, json
Maximum File Size
1MB
Tags:fraudscamphishingsecuritydetection

Ready to get started?

Integrate Fraud Text Detection into your application today with our easy-to-use API.