VOOZH about

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

โ‡ฑ Image Moderation API ยท Apify


Pricing

Pay per usage

Go to Apify Store

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.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Sentinel Moderation

Sentinel Moderation

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

0

Monthly active users

a year ago

Last modified

Share

๐Ÿ–ผ๏ธ AI Image Moderation Actor

This Apify Actor leverages Sentinel Moderation's AI-powered API to analyze and flag images containing inappropriate, unsafe, or policy-violating content. It can detect NSFW material, violence, graphic content, and more โ€” helping you maintain a safe and compliant platform.


๐Ÿ“ฅ Input Schema

The actor expects the following JSON input:

{
"apiKey":"sample-api-key",
"image":"https://example.com/path-to-image.jpg"
}
  • apiKey (string, required): Your API key from SentinelModeration.com.
  • image (string, required): A publicly accessible image URL to analyze.

๐Ÿ“ค Output

The actor returns a moderation result in 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":null
}
]
  • flagged: true if any category crosses a moderation threshold.
  • categories: A true/false map indicating which categories were flagged.
  • category_scores: Confidence scores (0.0 to 1.0) for each category.
  • error: Present only in test mode or if no valid API key is provided.

๐Ÿง  Categories Detected

The image is scanned for content under a wide range of moderation labels:

  • Harassment / Threats
  • Sexual content (including minors)
  • Hate speech (including threats)
  • Illicit activity
  • Self-harm
  • Violence / Graphic content

๐Ÿ” Getting an API Key

To receive real results, get your API key from Sentinel Moderation:

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

โœ… Example Use Cases

  • Flagging NSFW content in profile photos or uploads
  • Moderating image submissions on forums or marketplaces
  • Pre-screening media in chat apps or social platforms
  • Complying with platform-specific safety guidelines

Let me know if you also want to add support for uploading images directly instead of via URL!

You might also like

Text Moderation API

sentinel-moderation/text-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

8

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.

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.

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.

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.

Web Research with AI Automation!

litonstack/my-actor

AI Agent for Automated Website Analysis & Lead Extraction. How it works: Input list of URLs. Uses Groq Cloud API to analyze content and identify niche/category. Syncs data to Google Sheets in real-time. Key: โœ… 90% time reduction. โœ… Scalable for thousands of URLs. โœ… No-code data management.

๐Ÿ‘ User avatar

Md Liton Hosain

1

Related articles

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