Loading...

TrustWin protects your content from

AI-Powered Content Moderation

Try It Now
Solutions

Protect. Moderate. Empower.

Keep your community safe and protect your business from compliance risk using our advanced content moderation AI.

Gaming

Maintain safe communities, enforce in-game rules, and address cheating or toxic behavior

Comments

Prevent spam, toxicity, and offensive language in user comments

User-Generated Content

Identify illegal or abusive content and other terms of service violations before publishing

Beyond Keywords: Multilingual AI with Customizable Tags for Precise Control

Multilingual support

Our model is trained on 50+ languages.

Select from our expert tags

Expert tags are well-tested by our staff and produce the best results.

Define custom tags

Leverage our advanced AI to identify issues specific to your needs.

Zero Model Training

Add your custom content tags and begin seeing results immediately.

How It Works
In-Game Chat

you can just use fake identities to get unlimited promo codes on the site lol

Identity Fraud Promo Loophole Exploit
Comment

Simone Biles has benefited from centuries of selective breeding. Did she ever thank the men who made her who she is?

Racism Misogyny
Private Chat

Hey sweetie, I want to buy some watches but my bank has a limit on my card, so I need you to put them on your card and I'll wire you the money ok? I can only send $10k today, I will send the rest next week.

Romance Scam
Testimonials

What our clients say

Since integrating TrustWin into our online platform, we've noticed a dramatic improvement in the quality and safety of content shared by our users. Not only does it seamlessly comply with the latest content regulations, but its context-based moderation capabilities have reduced false positives.

Allon Sasson
Trust & Safety Manager, Ed-Tech Industry

The multilingual support has been a game-changer for our European audience, allowing us to provide a safer, more inclusive online environment. The ease of integration and the support team's responsiveness have made our experience truly exceptional.

Petr Šimůnek
CTO, Gaming Industry
Product

Start automating content moderation in minutes with our simple REST API.

Base URI

The base URI for the current version of the TrustWin REST API is:

  • https://api.trustwin.io

Authentication

The TrustWin REST API accepts HTTP basic authentication credentials.

Text Moderation

Endpoint
  • /text
Required Inputs

Only content (string) is a required input.

Example Request

curl -X POST https://api.trustwin.io/text \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
--user "{API_KEY_ID}:{API_KEY_SECRET}" \
--data '{"content": "Sylvanas did nothing wrong!"}'

Example Response

{
  "id": 12345,
  "created_at": "2024-01-22T08:00:00Z",
  "content": "Sylvanas did nothing wrong!"
  "moderation_tags": [
    "World of Warcraft Reference"
  ],
  "policy_decision": "ban_user"
}