Community Moderation

Discord Moderation API

Moderate fast chat streams with low latency and clear actions.

Catch harassment, spam, and risky media before it spreads.

What it detects

  • Toxic chat & harassment
  • Spam & raid behavior
  • NSFW images
  • Scam links
  • Hate speech
  • Custom rules

Why developers choose Vettly

  • Low-latency text checks
  • Image and video moderation for attachments
  • Webhook alerts for escalation
  • Policy presets for community safety
Example request
bash
curl -X POST https://api.vettly.dev/v1/check \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"content": "You are terrible.", "contentType": "text"}'
Example response
json
{
  "flagged": true,
  "action": "block",
  "categories": {
    "harassment": 0.93,
    "hate": 0.02
  },
  "policy": "default",
  "latency_ms": 142
}

Compared to building bots from scratch

Vettly handles detection, actions, and audit trails so your team can focus on your community.

Get an API key

Start making decisions in minutes with a Developer plan and clear upgrade paths.

Get an API key