VOOZH about

URL: https://apify.com/sentinel-moderation/text-moderation-api

โ‡ฑ Text Moderation API ยท Apify


Pricing

Pay per usage

Go to Apify Store

Uses advanced AI models to analyze and classify user-generated content in real time. It detects harmful or inappropriate content, providing category-level flags and confidence scores to help you enforce community guidelines and keep your platform safe.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Sentinel Moderation

Sentinel Moderation

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

0

Monthly active users

a year ago

Last modified

Share

๐Ÿ›ก๏ธ AI Text Moderation Actor

This Apify Actor uses Sentinel Moderation's AI-powered API to classify and flag potentially harmful or inappropriate text content. It detects a wide range of categories including harassment, hate speech, sexual content, illicit activity, self-harm, and violence.

Use this actor to help protect your platform and maintain community guidelines by automating content moderation at scale.


๐Ÿ“ฅ Input Schema

The actor accepts a simple JSON input:

{
"apiKey":"your-sentinelmoderation-api-key",
"content":"Text to analyze goes here..."
}
  • apiKey (string, required): Your API key from SentinelModeration.com.
  • content (string, required): The text you want to classify for moderation.

๐Ÿ“ค Output

The actor returns an array containing one moderation result object with the following structure:

[
{
"flagged":false,
"categories":{
"harassment":false,
"harassment/threatening":false,
"sexual":false,
"hate":false,
"hate/threatening":false,
"illicit":false,
"illicit/violent":false,
"self-harm/intent":false,
"self-harm/instructions":false,
"self-harm":false,
"sexual/minors":false,
"violence":false,
"violence/graphic":false
},
"category_scores":{
"harassment":0.000048,
"harassment/threatening":0.0000066,
"sexual":0.000039,
"hate":0.0000142,
"hate/threatening":0.0000008,
"illicit":0.000022,
"illicit/violent":0.000019,
"self-harm/intent":0.0000011,
"self-harm/instructions":0.0000010,
"self-harm":0.0000020,
"sexual/minors":0.000010,
"violence":0.000016,
"violence/graphic":0.0000056
},
"error":"NOTE: THIS IS A SAMPLE RESPONSE, AN API KEY FROM SENTINELMODERATION.COM IS REQUIRED TO GET REAL RESULTS FOR THIS ACTOR."
}
]
  • flagged: true if any category crosses the internal moderation threshold.
  • categories: A breakdown of category flags (true/false).
  • category_scores: Raw probability scores for each category (0.0 - 1.0).
  • error: A message shown when a valid API key is not provided.

๐Ÿง  Categories Detected

This actor checks for content under the following moderation categories:

  • Harassment
  • Threatening language
  • Sexual content (general & involving minors)
  • Hate speech (general & threatening)
  • Illicit activity (including violent)
  • Self-harm (intent, instructions, general)
  • Violence (including graphic imagery)

๐Ÿ” Getting an API Key

To use this actor with real moderation results, you need an API key from Sentinel Moderation:

  1. Go to sentinelmoderation.com
  2. Sign up and generate your API key
  3. Use the key in the apiKey field of the input

โœ… Example Use Cases

  • Moderating user comments or posts
  • Screening support messages for abuse
  • Filtering harmful prompts in AI chat systems
  • Pre-checking user-generated bios or profile content

You might also like

Image Moderation API

sentinel-moderation/image-moderation-api

Uses advanced AI models to analyze and classify user-generated content in real time. It detects harmful or inappropriate content, providing category-level flags and confidence scores to help you enforce community guidelines and keep your platform safe.

๐Ÿ‘ User avatar

Sentinel Moderation

7

Profanity Detection

greip/profanity-detection

Analyze text content for profanity, offensive language, and inappropriate content with Machine Learning. Detects harmful language, provides risk scoring, and helps maintain safe user environments by filtering inappropriate content.

AI Content Detector ๐Ÿ”

easyapi/ai-content-detector

๐Ÿค– Analyze text content to determine if it's AI-generated with high accuracy. Get detailed probability analysis and authoritative conclusions about content authenticity. Perfect for content verification, academic integrity, and digital publishing quality control.

Safe Image Moderation

marielise.dev/safe-image-moderation

Screen images for adult, violent, racy, medical, and spoof content. Returns confidence scores for each category. Bring your own API key, pay only $0.01 per image. Perfect for UGC apps, e-commerce, social platforms, and ad networks.

Tiktok User Post Scraper

apibox/tiktok-user-post-scraper

Extract all videos of user from Tiktok, including detail, ads, metrics, music, hashtags and video label. Easily collect and analyze user-generated content, and download results in formats like JSON, CSV, or Excel.

Tiktok User Follower Scraper

apibox/tiktok-user-follower-scraper

Extract all followers of any users from Tiktok, including bio, region, and metrics. Easily collect and analyze user-generated content, and download results in formats like JSON, CSV, or Excel.

Threads User Followers Scraper

apibox/threads-user-followers-scraper

Extract User Followers from Threads, including id, username, follower count and verified. Easily collect and analyze user-generated content, and download results in formats like JSON, CSV, or Excel.

Related articles

How to improve AI models with web scraping and data augmentation
Read more
How to train an AI chatbot using automated scraping
Read more
5 powerful scrapers to add to your SEO tool kit
Read more