Video Platforms

Video Platform Moderation API

Moderate every uploaded video without building your own pipeline.

Async jobs, webhook delivery, shared policies across text and images.

What it detects

  • Sexual content
  • Violence & gore
  • Self-harm
  • Hate symbols
  • Spam reuploads
  • Custom rules

Why developers choose Vettly

  • Async processing for clips of any length
  • Webhooks with retries for delivery
  • Same policy system as text and images
  • Evidence + decision logs for every clip
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 stitching multiple vendors

Vettly keeps response shapes consistent across content types so your downstream code is the same everywhere.

Get an API key

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

Get an API key