Platform Integrations
Bring your moderation policies to the platforms your community already uses.
Ingest comments and posts. Automatically hide or delete violating content directly through the Facebook Graph API.
Moderate Instagram comments and messages. Keep your profile safe from toxic, spammy, or inappropriate content.
YouTube
Moderate video comments at scale. Mark as spam or hold for review via the YouTube Data API.
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
POST /v1/sources
{
"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, Instagram, or YouTube? Use our generic receiver to ingest content from any platform.
POST /v1/webhooks/receive
{
"source": "custom_platform",
"content_id": "post_789",
"author_id": "user_012",
"text": "Content to moderate...",
"metadata": {
"custom_field": "value"
}
} Protect your Facebook page in 5 minutes.
Connect your Page, write your rules in plain language, every hidden comment comes with a written reason.
No credit card required
Questions? contact@openmoderation.com