Review submissions
Check review bodies before they go live and replace harsh wording.
An API that detects and masks inappropriate Japanese text. A few lines of code is all it takes.
Try it with your own text (10 times per day without an account)
Check review bodies before they go live and replace harsh wording.
Moderate messages right before they are sent, without breaking the flow.
Screen user posts before you store them and cut moderation workload.
Start small and grow when you need to.
For trying it out
Β₯0/month
For production workloads
Β₯9,000/month
For heavy usage
Β₯50,000/month
All prices exclude tax (10% consumption tax is added).
Issue an API key, then send a single request.
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.