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
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/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 pattern

Get an API key

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

Get an API key