Dating
Content Moderation for Dating Apps
Trust-and-safety infrastructure for dating apps.
Profile photos, bios, DMs, and reports - all in one API.
What it detects
- • Unsolicited NSFW images
- • Catfishing & reused photos
- • Harassment in DMs
- • Underage account signals
- • Romance scams
- • Custom rules
Why developers choose Vettly
- • App Store Guideline 1.2 compliance built in
- • Image moderation at upload time
- • DM-screening with the streaming endpoint
- • Blocklists + appeals workflows
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 auto-blocks the worst content so your reviewers focus on the gray-area cases that need judgment.
See the dating app patternKeep 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.
Content Moderation for EdTech
Keep classrooms, tutoring chats, and student forums safe. COPPA-aware policies, parental review flows, and audit trails for school administrators.
Get an API key
Start making decisions in minutes with a Developer plan and clear upgrade paths.
Get an API key