Add chat moderation to your app in minutes, not weeks
Detect and manage rule violations for your app, video game, or community in realtime.
- 1-minute setup
- Customizable rate limits
- SDKs for JS, Go, Python, Ruby, PHP
POST /v1/content-moderation/messages HTTP/1.1 Host: api.watchdog.chat Content-Type: application/json Authorization: Bearer sk_prod_your_api_key { "author_display_name": "CryptoBro1234", "message_text": "BITCONNEEEEEEECT!!! BUY NOW!", "rules": [ { "name": "Cryptocurrency", "description": "No discussions related to cryptocurrency or NFTs" } ] }
HTTP/1.1 200 OK Content-Type: application/json { "code": "ok", "message": "Moderation completed.", "data": { "rules_violated": ["Cryptocurrency"] } }
All plans come with a 7-day money back guarantee and professional support.