ServicesContent Moderation

Content Moderation

Protect your platform with intelligent content screening

Automated content moderation for text, images, and video. Customizable policies, detailed violation reports, and human review workflows for edge cases.

99.5%
Accuracy
<100ms
Latency
50+
Languages

Key capabilities

Built for production workloads with enterprise requirements.

Multi-modal moderation: text, images, video

Customizable policy profiles per use case

Detailed violation explanations and categories

Confidence scoring for human review routing

Batch processing for historical content

Real-time streaming for live content

Features

Everything you need to integrate and scale with confidence.

Text Moderation

Detect hate speech, harassment, spam, PII, and custom prohibited content in text. Multi-language support.

Image Moderation

Screen images for adult content, violence, drugs, and brand safety violations with configurable thresholds.

Custom Policies

Define moderation rules specific to your platform. Allow certain content types while blocking others.

Confidence Scoring

Each decision includes confidence levels. Route uncertain cases to human review automatically.

Appeal Workflows

Built-in support for user appeals. Track decisions, reversals, and policy improvements.

Compliance Reports

Generate moderation reports for regulatory compliance. Track trends and policy effectiveness.

Use cases

How teams use this service to solve real problems.

Social

User-Generated Content

Screen posts, comments, and uploads in real-time to maintain community standards.

E-commerce

Marketplace Listings

Moderate product listings for prohibited items, misleading content, and policy violations.

Communications

Chat & Messaging

Filter inappropriate messages in real-time while preserving legitimate conversations.

Hospitality

Review & Ratings

Ensure reviews are authentic, appropriate, and free from spam or manipulation.

API Reference

API documentation

Simple REST API with consistent patterns across all endpoints.

Endpoints

POST/moderation/v1/text
POST/moderation/v1/image
POST/moderation/v1/batch
GET/moderation/v1/policies
POST/moderation/v1/policies

Example request

cURL
curl -X POST https://api.serbices.com/moderation/v1/text \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer sk_live_xxx" \
  -d '{
    "content": "Check out this amazing product...",
    "policy_id": "pol_community_standard",
    "context": {
      "content_type": "comment",
      "user_id": "usr_123"
    }
  }'

Example response

JSON
{
  "id": "mod_xyz789",
  "decision": "approved",
  "confidence": 0.94,
  "categories": {
    "spam": { "detected": false, "score": 0.12 },
    "hate_speech": { "detected": false, "score": 0.02 },
    "adult": { "detected": false, "score": 0.01 }
  },
  "processing_time_ms": 45
}

Simple, transparent pricing

Pay only for what you use. No hidden fees, no surprises.

Per item
Starting at $0.0005

Text and image priced separately. Video by duration.

Ready to get started?

Talk with our team to learn how Content Moderation can help your platform scale.