Roadmap & Changelog
Roadmap
- New moderation dashboards
- Live event moderation
Changelog
September 2026
Analyze API
- New
analyzemethod on the server-side SDKs (POST /api/v2/moderation/analyze) for per-field text and image screening - Documented on the Content page next to Check, with a comparison of when to use each
- Named
textsvia the server-side SDKs. Rawimage:<label>bytes are HTTP multipart only (not in the SDK) - Stateful (review queue + rules) or stateless (inline verdicts only). Sync HTTP body or async completion webhooks
- New webhook events:
moderation.text_analysis.complete,moderation.image_analysis.complete,moderation.analysis.failed
August 2026
Policy evaluations
- New Evaluations page under Configuration in the Moderation dashboard
- Create a fixed batch of production or pasted content, run it through a policy, and compare later runs to a baseline
- Server-side REST API under
/api/v2/moderation/policy_tests/
February 2026
New Moderation Dashboard + Analytics
- Moderation dashboard available in legacy and beta
- Call moderation analytics widgets in both dashboards
Advanced Call Moderation Controls
- Configurable call moderation via rule builder
- Reactive moderation support (e.g., moderate only new users)
- Ban user after X call violations
Expanded API & SDK Moderation Support
SendMessageAPI now includes moderation object (server-side)check_usernamemethod added to Ruby SDK- Delete action support in moderation queue + webhook event
January 2026
- User Profile Moderation
- Added support for delete actions within the queue with a corresponding webhook event