A gentle filter for your text and your community.

An API that detects and masks inappropriate Japanese text. A few lines of code is all it takes.

Start for freeRead the docs

Mini demo

Try it with your own text (10 times per day without an account)

Enter some text first

Features and use cases

Review submissions

Check review bodies before they go live and replace harsh wording.

Chat

Moderate messages right before they are sent, without breaking the flow.

Pre-publish UGC checks

Screen user posts before you store them and cut moderation workload.

  • Custom mask characters
  • Locate matches precisely with segments
  • Responds within 5 seconds

Pricing

Start small and grow when you need to.

Free

For trying it out

Β₯0/month

  • 50 requests/month
  • 1 API key
  • Overage Β₯0.1/request
  • 1 request/second
Get started

Standard

Popular

For production workloads

Β₯9,000/month

  • 10,000 requests/month
  • 5 API keys
  • Overage Β₯0.1/request
  • 10 requests/second
Get started

Enterprise

For heavy usage

Β₯50,000/month

  • Unlimited requests
  • Unlimited API keys
  • No overage billing
  • 100 requests/second
  • Test keys available
Get started

All prices exclude tax (10% consumption tax is added).

Integrate in three minutes

Issue an API key, then send a single request.

curl
curl -X POST https://api.mojicare.example/v1/moderations \
  -H "Authorization: Bearer $MOJICARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text":"γ“γ‚Œγ―γ†γ‚“γ“γ§γ™"}'

Use the API key from your server only. Never embed it in a browser.