CleanMod

Keep your content safe, human, and authentic.

Moderation, insights & AI-authenticity detection for modern websites and platforms.

Why CleanMod?

Safety

Toxicity, spam, harassment detection to keep your community safe and welcoming.

Intelligence

Insights, sentiment analysis, and trends to understand your content better.

Authenticity

Detect AI-generated comments & reviews to maintain genuine user engagement.

πŸ”Œ

CleanMod for WordPress

Works with WordPress

CleanMod has an official WordPress plugin for comment moderation. It adds AI-powered toxicity detection on top of WordPress' existing moderation, making it the perfect complement to Akismetβ€”while Akismet fights spam, CleanMod fights abuse and toxicity.

  • βœ“Automatically moderates new comments using AI
  • βœ“Flags or blocks toxic & abusive submissions
  • βœ“Respects your existing moderation rules
  • βœ“Easy to configure from "Settings β†’ CleanMod" in wp-admin
View WordPress Plugin β†’

Integrations

WordPress

Available now

Shopify

Coming soon

JavaScript SDK

Available now

REST API

Available now

Authenticity Detection

Keep your content genuine with advanced AI detection capabilities. Identify synthetic content and maintain trust with your users.

AI Text Detection

Identify AI-generated text with high accuracy to maintain authentic user interactions.

Duplicate Style Detection

Detect patterns that indicate bulk-generated or copied content across submissions.

Fake Review Detection

Spot suspicious review patterns and protect your marketplace from fraudulent ratings.

Human-likeness Scoring

Get confidence scores indicating how human-like content appears, helping you make informed moderation decisions.

For developers

Moderate content in a few lines of code

JavaScript SDK (@cleanmod/js)

import { createCleanModClient } from "@cleanmod/js";

const client = createCleanModClient({
  apiKey: process.env.CLEANMOD_API_KEY!,
});

const result = await client.moderate({
  text: "You are an idiot",
});

console.log(result.decision, result.overall_score);

cURL

curl -X POST https://cleanmod.dev/api/v1/moderate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "You are an idiot",
    "model": "english-basic"
  }'

Perfect for

Blog comments & forums

Product reviews & marketplaces

In-app chat and communities

Support & feedback forms

CleanMod is language-agnostic on the client and only needs a backend to call the API.

Start free, scale when you need to

CleanMod includes a generous free plan so you can integrate and test without stress. When you're ready, move to higher-usage tiers.

View pricing

Ready to ship safer comments?

Create a free account, generate an API key, and start moderating content in minutes.

Get started for free
CleanMod β€” AI Moderation API