Developer First
Moderation API for Developers
Ship content decisions in minutes with a simple API and consistent responses.
No dashboards you do not need, no extra glue code.
What it detects
- • Hate & harassment
- • Sexual content
- • Violence & self-harm
- • Spam & scams
- • Bot abuse
- • Custom rules
Why developers choose Vettly
- • Consistent response shape across providers
- • App Store policy template included
- • SDK-friendly API examples
- • Policies you can version like code
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 rolling your own
Vettly gives you actions, audits, and workflows without building a trust and safety infrastructure.
Keep exploring
Get an API key
Start making decisions in minutes with a Developer plan and clear upgrade paths.
Get an API key