Platform Integrations

Bring your moderation rules to the platforms your community already uses.

Facebook & Instagram

Ingest comments and posts. Automatically hide or delete violating content directly through the Facebook Graph API.

Connect to receive content automatically
Automatically hide or delete violating content

YouTube

Moderate video comments at scale. Mark as spam or hold for review via the YouTube Data API.

Ingest video comments
Mark as spam or hold for review

Discord

Keep your Discord community safe. Automatically delete messages that violate your moderation rules.

Connect Discord servers
Delete violating messages automatically

Your accounts, your control

Use your own social platform accounts and credentials. Your credentials are safely encrypted and never stored in plaintext.

  • Your credentials are safely encrypted
  • Per-connector: Multiple connectors per platform, each with its own credentials
  • Self-hosted: All data stays on your infrastructure

Configure a connector

json
POST /v1/admin/connectors

{
  "name": "Facebook Page Pro",
  "platform": "facebook",
  "credentials": {
    "page_access_token": "EAA...",
    "page_id": "12345"
  },
  "features": ["receive_webhooks", "execute_actions"]
}

Custom platform integration

Not using Facebook, YouTube, or Discord? Use our generic receiver to ingest content from any platform.

json
POST /v1/webhooks/receive

{
  "source": "custom_platform",
  "content_id": "post_789",
  "author_id": "user_012",
  "text": "Content to moderate...",
  "metadata": {
    "custom_field": "value"
  }
}

Ready to simplify your moderation stack?

Deploy in minutes with Docker or start a free trial. One API for every moderation provider, with no vendor lock-in.