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
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 gates the worst content automatically so reviewers focus on the gray-area cases that need judgment.

Get an API key

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

Get an API key