Trust & safety infrastructure

Moderation infrastructure your product can trust

Send events through one normalized API, get an allow / review / block verdict in the request path, and triage the rest in a focused console — without building an in-house moderation stack.

  • Already in production behind our own Discord & Minecraft products
  • Sync verdicts inline with your request
  • Credit ledger and usage tiers built in
Proven in productionNot a research demo — it already protects thousands of live communities.
One normalized APIText, media, and metadata through a single event schema.
Sync-first verdictsAllow, review, or block before content goes live.
You own enforcementWe return the decision; your product takes the action.
How it works

From event ingest to enforceable verdict

Neomechanical owns moderation analysis, incidents, and credit accounting. Your product keeps tiers, routing, and the enforcement action users actually see.

  1. 01

    Ingest events

    POST normalized message, media, and metadata over Bearer API keys. Your adapter keeps product tiers and routing rules.

  2. 02

    Score & review

    Get a sync verdict in the request path, and let edge cases land in a review queue with severity, confidence, and actor dossiers.

  3. 03

    Enforce in your app

    Use verdicts and recommended actions to block, queue, or escalate inside your product. Credits and usage stay auditable.

Product

Everything a trust & safety team needs in one workspace

Normalized moderation API

One schema for text, media, and metadata. Sync for inline decisions, async for backfills and imports.

Incident review queue

Filter by severity, pipeline, and scan type. Open actor dossiers without leaving the incident card.

Actor dossiers

Observed actors, risk signals, and deep-scan history in one roster — built for repeat-offender workflows.

Testing console

Run live payloads against the pipeline before wiring production traffic. Presets for common abuse categories.

Usage & credits

Pay-as-you-go ledger, tier ceilings, and NSFW allowances documented in one billing surface.

API keys & scopes

Separate credentials per integration. Scope events, incidents, and usage reads for least-privilege adapters.

Developer experience

One request. A verdict you can act on.

Send an event, receive a decision with confidence, severity, and recommended actions. Wire it in any stack.

curl -X POST https://api.neomechanical.com/v1/events \
  -H "Authorization: Bearer $NM_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "mode": "sync",
    "event": {
      "eventType": "content",
      "actor": { "externalId": "user_8f21" },
      "content": { "text": "claim reward — wallet connect" }
    },
    "options": { "includeRecommendedActions": true }
  }'
blocked200 · POST /v1/events
{
  "incidentId": "inc_01JXYZ",
  "decision": {
    "status": "blocked",
    "severity": "high",
    "confidence": 0.982,
    "recommendedActions": ["delete_message", "notify_moderators"]
  },
  "creditsConsumed": 1
}
Pricing

Evaluate free, then pay for what you score

Every new workspace receives 1,000 one-time evaluation credits for standard API requests. Buy usage credits only when you are ready to continue.

Evaluation

One time
$0
  • 1,000 evaluation credits
  • Full API + console
  • No credit card required
Start evaluation

Scale

For high volume
Custom
  • Volume credit rates
  • Custom retention
  • Priority support
Get started

The separate NSFW daily allowance applies only to eligible no-custom-rules requests. Exact rates and limits live in the billing docs.

Security & data

Built to handle sensitive content responsibly

Sensible defaults for credentials, retention, and auditability — so security and trust teams share one source of truth.

  • Scoped API keysSeparate credentials per integration with least-privilege scopes for events, incidents, and usage.
  • Controlled persistenceChoose full storage, metadata-only, or no retention per event to match your data policy.
  • Auditable activityAccount, deploy, and access events are recorded in the operations journal.

Ready to wire your first event?

Create a workspace, issue an API key, and send a test payload in minutes.