React Native

React Native Moderation API

Add content moderation to your React Native app with one npm install.

App Store and Play Store compliance for Expo and bare React Native projects.

What it detects

  • Content filtering
  • User reporting
  • User blocking
  • Hate & harassment
  • Sexual content
  • Spam & scams

Why developers choose Vettly

  • TypeScript SDK works in React Native and Expo
  • Pre-built App Store policy template
  • Same API for iOS and Android
  • Ship compliance before your next App Review
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 platform-specific solutions

Vettly gives you one API for both platforms. No separate implementations for iOS and Android compliance.

React Native integration guide

Get an API key

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

Get an API key