Marketplace Safety

Marketplace Moderation API

Protect your marketplace from scams, unsafe listings, and policy violations.

Moderate listings and chats with one API.

What it detects

  • Fraud & scams
  • Prohibited goods
  • NSFW images
  • Harassment in messages
  • Spam listings
  • Custom rules

Why developers choose Vettly

  • Text and image moderation in one flow
  • Policy templates for marketplaces
  • Human review queue
  • Evidence for disputes
Example request
bash
curl -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 manual review only

Vettly reduces queue time with automated decisions while keeping humans in control.

Get an API key

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

Get an API key