Available API Endpoints
GET
POST
AUTO
Text Content Moderation
Active & Running
v1.0
The Text Content Moderation API helps you detect and mask offensive words, harmful content, spam, and sensitive phrases in user-generated text. It supports both GET and POST requests (JSON or form-encoded), and automatically detects the request format.
API Endpoint
Supports: GET, POST (JSON / Form)
https://flashcomapi.alwaysdata.net/api/text-moderate
Supported Languages
Arabic
English
Hindi
Russian
Features
Text Moderation
Real-time Scanning
Pattern Masking
Custom Sensitivity
Regex Detection
Spam Filtering
AI-Powered Detection
Severity Levels
How to Use
GET Request Example:
GET https://flashcomapi.alwaysdata.net/api/text-moderate?text=Your+text+to+moderate+here
JSON Request Format:
POST https://flashcomapi.alwaysdata.net/api/text-moderate
Content-Type: application/json
{
"text": "Your text to moderate here"
}
Form URL Encoded Format:
POST https://flashcomapi.alwaysdata.net/api/text-moderate
Content-Type: application/x-www-form-urlencoded
text=Your+text+to+moderate+here
Example Request
{
"text": "This is a sample text to check for inappropriate content."
}
Example Response
{
"status": true,
"detected": true,
"severity_score": 1,
"severity_level": "Low",
"original_text": "This is xxxx",
"masked_text": "This is x**x",
"matched_terms": [
"xxxx"
],
"summary": "Sensitive content detected (Level: Low)"
}
Optimized Performance
Secure & Encrypted
Fast Response Times
More APIs Coming Soon
We're constantly working on new APIs to expand our offerings.