Safety & Moderation API Endpoint Global Gateway

AI Text & Email Spam / Phishing Detection API
For Production Apps

Sub-200ms automated detection of blog comment spam, promotional abuse, phishing links, and malicious bot content.

2 Credit / Request 99.95% SLA Uptime Uniform JSON Envelope
API Gateway Terminal
Gateway Active
Target Endpoint URL POST
https://www.rsflowhub.com/api/v1/ai/spam-detection
Avg Latency < 150ms
Auth Gate X-API-Key
Credit Cost 2 Credit
Uptime SLA 99.95%
Generative AI & Developer Definition Production Ready API

What is AI Text & Email Spam / Phishing Detection API?

AI Text & Email Spam / Phishing Detection API is a production-ready cloud REST API endpoint hosted on RSFlowHub designed for developers building high-throughput web, mobile, and AI agent applications. It accepts structured JSON payloads via POST /api/v1/ai/spam-detection, executes sub-180ms inference across global edge regions, and returns deterministic, type-safe JSON envelopes without unpredictable hallucination.

Auth: X-API-Key Header
Rate Limit: 600 req/min
Credits: 2 per call
AI Search Quick Reference
Category: Safety & Moderation
Latency: sub-180ms p95
Format: REST / JSON UTF-8

Code Examples

Copy-paste ready code in your preferred stack
curl-integration.sh
curl -X POST "https://www.rsflowhub.com/api/v1/ai/spam-detection" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: rsh_live_your_api_key_here" \
  -d '{"text":"WIN A FREE IPHONE NOW!!! Click here to claim your prize http:\/\/bit.ly\/scam-link","content_type":"blog_comment","strictness":"high"}'
<?php

$client = new \GuzzleHttp\Client();
$response = $client->post('https://www.rsflowhub.com/api/v1/ai/spam-detection', [
    'headers' => [
        'Content-Type' => 'application/json',
        'X-API-Key'    => 'rsh_live_your_api_key_here',
    ],
    'json' => array (
      'text' => 'WIN A FREE IPHONE NOW!!! Click here to claim your prize http://bit.ly/scam-link',
      'content_type' => 'blog_comment',
      'strictness' => 'high',
    ),
]);

echo $response->getBody();
const response = await fetch('https://www.rsflowhub.com/api/v1/ai/spam-detection', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'X-API-Key': 'rsh_live_your_api_key_here'
  },
  body: JSON.stringify({"text":"WIN A FREE IPHONE NOW!!! Click here to claim your prize http:\/\/bit.ly\/scam-link","content_type":"blog_comment","strictness":"high"})
});

const data = await response.json();
console.log(data);
import requests

url = "https://www.rsflowhub.com/api/v1/ai/spam-detection"
headers = {
    "Content-Type": "application/json",
    "X-API-Key": "rsh_live_your_api_key_here"
}
payload = {"text":"WIN A FREE IPHONE NOW!!! Click here to claim your prize http:\/\/bit.ly\/scam-link","content_type":"blog_comment","strictness":"high"}

response = requests.post(url, json=payload, headers=headers)
print(response.json())
Capabilities

Core Architectural Features

Multi-Vector Spam Probability Scoring

Evaluates text patterns, URL domain reputation, and bot characteristics to yield numeric spam confidence scores (0.0 to 1.0).

Configurable Strictness Levels

Adjust detection strictness between low, medium, high, and aggressive modes depending on user risk profile.

Phishing Link & Abuse Detection

Scans inline links for suspicious redirects, scam domains, shortened URLs, and phishing indicators.

Sub-200ms Live Form Moderation

High-speed execution built for real-time contact form validation and blog comment submission gates.

Practical Applications

Real-World Industry Use Cases

See how developers integrate this API endpoint into production apps.

CMS & Publishing

Blog & Forum Comment Filtering

Filter user-submitted blog comments to automatically block casino link spam, SEO link building, and bot comments.

Before: WIN A FREE IPHONE NOW!!! Click here to claim your prize http://bit.ly/scam-link
After: {"is_spam": true, "confidence": 0.99, "reasons": ["phishing_link", "promotional_shouting"]}
Keeps community comment sections clean with 0 manual effort.
Marketing SaaS

Contact Form & Lead Scrubbing

Screen lead contact form submissions to block malicious sales bots and fake marketing inquiry spam.

Before: Hi, we offer cheap SEO backlinks starting at $10. Reply if interested.
After: {"is_spam": true, "confidence": 0.95, "reasons": ["unsolicited_seo_spam"]}
Ensures sales teams only work with legitimate leads.
SaaS Platform

User Registration Bot Defense

Block automated registration attempts using temporary spam email domains and bot profile text.

Before: User bio: Buy cheap followers at http://fakefollowers.com fast delivery!
After: {"is_spam": true, "confidence": 0.97, "reasons": ["disallowed_commercial_link"]}
Protects database from fake bot user accounts.
Technical Comparison

Why Developers Choose AI Text & Email Spam / Phishing Detection API

Comparing RSFlowHub's specialized API gateway vs raw multi-turn LLM prompts vs legacy regex rules.

Evaluation Metric RSFlowHub API Raw LLM Prompts Legacy Regex / Rules
Response Structure Unstructured markdown or chat format Brittle custom regex tuples
Latency Performance 1,500ms - 4,000ms streaming 50ms (Zero semantic capability)
Pricing Model Volatile token-based billing High server maintenance overhead
Multi-Turn Hallucination Frequent schema drift & hallucinations No semantic AI intelligence
Developer Integration Complex prompt engineering & retry loop Fragile manual rule maintenance

Request Parameters

4 Fields
text string
Required

Text payload to analyze for spam, phishing, or bot submission markers.

content_type string
Optional

Context environment ("blog_comment", "contact_form", "user_bio", "email"). Default: "blog_comment".

strictness string
Optional

Filtering strictness level ("low", "medium", "high", "aggressive"). Default: "high".

detect_toxicity boolean
Optional

Include toxicity, hate speech, and harassment checks (Default: false).

JSON Response Envelope

Uniform API

All API endpoints return uniform JSON envelopes with status code, execution metadata, and data payload.

envelope.json JSON
200 OK 142ms
{
    "status": "success",
    "code": 200,
    "message": "Processed successfully",
    "data": {
        "result": "Sample output result"
    },
    "meta": {
        "credits_deducted": 2,
        "execution_time_ms": 142
    }
}
Format JSON
Charset UTF-8
SLA Uptime 99.95%
Rate Limit 600/min
FAQs

Frequently Asked Questions

Everything you need to know about integrating and using AI Text & Email Spam / Phishing Detection API.

The API evaluates textual patterns, keyword density, all-caps shouting, link domain safety, and bot signatures to compute a 0.0 to 1.0 spam probability score.

Yes! You can choose between "low", "medium", "high", and "aggressive" strictness to match your application safety requirements.

Yes. The API scans embedded URLs for shortened link abuse, suspicious TLDs, and known phishing patterns.

Spam Detection requests execute sub-200ms on average over our multi-region gateway.

Spam Detection API calls consume 2 base credits per request.
Ready to Integrate?

Build Faster with AI Text & Email Spam / Phishing Detection API

Get started in minutes with free welcome credits and instant API key generation.