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
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.
- 01
Ingest events
POST normalized message, media, and metadata over Bearer API keys. Your adapter keeps product tiers and routing rules.
- 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.
- 03
Enforce in your app
Use verdicts and recommended actions to block, queue, or escalate inside your product. Credits and usage stay auditable.
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.
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 }
}'{
"incidentId": "inc_01JXYZ",
"decision": {
"status": "blocked",
"severity": "high",
"confidence": 0.982,
"recommendedActions": ["delete_message", "notify_moderators"]
},
"creditsConsumed": 1
}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- 1,000 evaluation credits
- Full API + console
- No credit card required
Usage
For production- Per-call credit pricing
- Higher rate limits
- NSFW allowances
Scale
For high volume- Volume credit rates
- Custom retention
- Priority support
The separate NSFW daily allowance applies only to eligible no-custom-rules requests. Exact rates and limits live in the billing docs.
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.