Content Moderation
Content Moderation API
Vettly is decision infrastructure for text, images, and video.
One request, consistent decisions, and policy control you can version in code.
What it detects
- • Hate & harassment
- • Sexual content
- • Violence & self-harm
- • Spam & bots
- • Scams & fraud
- • Custom rules
Why developers choose Vettly
- • One endpoint for text, image, and video
- • App Store compliant - meets Guideline 1.2
- • Policies in YAML with versioning
- • Webhooks, dashboards, and evidence trails
Example request
bashcurl -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 generic NLP APIs
Vettly returns clear decisions, categories, and actions without extra classification glue code.
Keep exploring
Vettly Family
Focused safety moments, Conversation Coach, and visible Companion pairing for teen families.
Vettly Bridge for Mac
Optional Mac-assisted iPhone safety signals from a visible Finder backup.
Bark Alternative
An honest Vettly-vs-Bark comparison: visible safety, calm moments, and a free forever tier.
Get an API key
Start making decisions in minutes with a Developer plan and clear upgrade paths.
Get an API key