The review section of your web shop is an easy target for bad actors to degrade your brand with profanity. Your blog post’s comment section is open for a heated swearing discussion lowering the value of your blog. This API provides a way for your to flag comments/text that may contain words or intentions that may not be suitable for work.
You can start using it for free by visiting one of the following links:
You can send a GET request with text as the parameter.
curl /api/classify?text=My example text
You can expect to get the following response
{ "NSFW_Proba": 0.9994435906410217 }