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
GET
POST
AUTO
URL Shortener API
Active & Running
v1.1
The FlashCom URL Shortener API converts long URLs into short, shareable links instantly. It features multi-provider fallback, auto-retry on failures, and safe URL validation. Works with both GET and POST methods — no API key required.
API Endpoint
Supports: GET, POST — accepts JSON body or URL query parameters
https://flashcomapi.alwaysdata.net/api/url-shortner
Supported Providers
is.gd
da.gd
ulvis.net
tny.im
Features
Auto Retry on Fail
Provider Fallback
Safe URL Validation
Global & IP Rate Limits
Detailed Logs
JSON Output
Timestamp Included
How to Use
GET Request Example:
GET https://flashcomapi.alwaysdata.net/api/url-shortner?url=https://google.com
JSON Request Format:
POST https://flashcomapi.alwaysdata.net/api/url-shortner
Content-Type: application/json
{
"url": "https://google.com"
}
Form URL Encoded Format:
POST https://flashcomapi.alwaysdata.net/api/url-shortner
Content-Type: application/x-www-form-urlencoded
url=https://google.com
Example Request
{
"url": "https://google.com"
}
Example Response
{
"success": true,
"provider": "is.gd",
"shorten_url": "https://is.gd/jAxBiv",
"timestamp": "2025-10-08 05:22:19",
"summary": {
"total_providers_checked": 4,
"successful_provider": "is.gd",
"total_failures": 0,
"final_status": "success"
},
"log": [
{
"provider": "is.gd",
"status": "success",
"attempts": 1,
"response_time_ms": 127.43
}
],
"disclaimer": "Use responsibly. This API does not verify or endorse the safety of third-party links."
}
Instant Shortening
Safe & Validated URLs
Auto Retry & Provider Fallback
More APIs Coming Soon
We're constantly working on new APIs to expand our offerings.