Workplace Safety

Slack Moderation API

Monitor internal chat and shared files with clear, auditable decisions.

Keep compliance and HR in the loop without custom infrastructure.

What it detects

  • Harassment & threats
  • Sensitive data exposure
  • NSFW content
  • Policy violations
  • Suspicious links
  • Custom rules

Why developers choose Vettly

  • Policies mapped to workplace guidelines
  • Audit trails for compliance
  • Webhooks for escalation
  • Granular categories and actions
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 keyword filters

Vettly uses AI categories and thresholds for fewer false positives and clearer actions.

Get an API key

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

Get an API key