Dating
Dating App Moderation API
Stop unsolicited NSFW images, catfishing profiles, and harassment in DMs.
One API for profile photos, profile bios, and chat messages.
What it detects
- • Unsolicited NSFW images
- • Catfishing & impersonation
- • Harassment in chat
- • Underage account signals
- • Scam DMs
- • Custom rules
Why developers choose Vettly
- • Image moderation at profile upload time
- • Real-time DM screening with low latency
- • App Store Guideline 1.2 compliance built in
- • Blocklists + appeals workflows included
Example request
bashcurl -X POST https://api.vettly.dev/v1/check \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"content": "https://example.com/image.jpg", "contentType": "image"}'Example response
json{
"flagged": true,
"action": "review",
"categories": {
"sexual": 0.88,
"violence": 0.04
},
"policy": "marketplace-safe",
"latency_ms": 318
}Compared to manual review queues
Vettly gates the worst content automatically so reviewers focus on the gray-area cases that need judgment.
Keep exploring
Content Moderation API
One endpoint for text, image, and video moderation.
Image Moderation API
Policy-driven image checks with clear allow, review, and block actions.
Video Moderation API
Async video moderation without stitching together multiple vendors.
AI Chatbot Moderation API
Moderate inputs and LLM outputs in real time. Block prompt injection, NSFW content, and policy violations before users see them.
Get an API key
Start making decisions in minutes with a Developer plan and clear upgrade paths.
Get an API key