Fully managed content moderation API service
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.
https://api.omnimoderate.com/v1
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.
All API requests require authentication using an API key. Include your API key in the request headers:
X-API-Key: your_api_key_here
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." }
]
}'
For detailed information about our API endpoints, request and response formats, and integration examples, please refer to our API Documentation.
Omni offers flexible pricing plans to suit your needs:
Plan | Price | Features |
---|---|---|
Free | $0/month |
|
Basic | $49/month |
|
Pro | $199/month |
|
Enterprise | Custom pricing |
|
For more information about our pricing plans or to discuss custom requirements, please contact our sales team.
If you prefer to host your own content moderation service, check out our open-source solution, GateKeeper.