Omni

Fully managed content moderation API service

Overview

Omni is our fully managed content moderation API service. It provides all the capabilities of GateKeeper without the need to manage your own infrastructure. Simply integrate with our API endpoints and let us handle the rest.

API Base URL

https://api.omnimoderate.com/v1

Key Features

  • High-performance API endpoints with global distribution
  • Comprehensive content moderation for both text and images
  • Optional deep image analysis using OpenAI's vision models
  • Dual-layer text evaluation for comprehensive moderation
  • Cryptographically signed responses for integrity validation
  • Zero data retention policy - your content is never stored after processing
  • Enterprise-grade security with rate limiting, API key authentication, and input validation
  • Detailed logging and analytics dashboard
  • Flexible pricing plans to suit your needs

Getting Started

To get started with Omni, you'll need to sign up for an account and obtain an API key. Once you have your API key, you can start making requests to our API endpoints.

Authentication

All API requests require authentication using an API key. Include your API key in the request headers:

X-API-Key: your_api_key_here

Basic Usage

Here's a simple example of how to moderate text content:

curl -X POST https://api.omnimoderate.com/v1/moderate \
-H "Content-Type: application/json" \
-H "X-API-Key: your_api_key_here" \
-d '{
  "input": [
    { "type": "text", "text": "This is a sample text to moderate." }
  ]
}'

API Documentation

For detailed information about our API endpoints, request and response formats, and integration examples, please refer to our API Documentation.

Pricing

Omni offers flexible pricing plans to suit your needs:

PlanPriceFeatures
Free$0/month
  • 1,000 requests/month
  • 10 requests/minute rate limit
  • Text moderation only
  • Community support
Basic$49/month
  • 10,000 requests/month
  • 60 requests/minute rate limit
  • Text and image moderation
  • Email support
Pro$199/month
  • 100,000 requests/month
  • 300 requests/minute rate limit
  • Text and image moderation
  • Vision analysis
  • Priority support
EnterpriseCustom pricing
  • Custom request volume
  • Custom rate limits
  • All features included
  • Dedicated support
  • SLA guarantees
  • Custom integrations

For more information about our pricing plans or to discuss custom requirements, please contact our sales team.

Self-hosted Alternative

If you prefer to host your own content moderation service, check out our open-source solution, GateKeeper.