Video Moderation

Video Moderation API

Queue video checks with the same API you use for text and images.

Get clear decisions without building your own pipeline.

What it detects

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

Why developers choose Vettly

  • Async processing for long clips
  • Unified policies across content types
  • Webhooks with retries
  • Built-in dashboards for review
Example request
bash
curl -X POST https://api.vettly.dev/v1/check \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"content": "https://example.com/video.mp4", "contentType": "video"}'
Example response
json
{
  "status": "processing",
  "job_id": "job_123",
  "estimated_seconds": 42,
  "policy": "default"
}

Compared to stitching multiple vendors

Vettly keeps one response format and one policy system across all media types.

Get an API key

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

Get an API key