Profanity filter

In our extension the user (viewer) has the possibility to do some text inputs, which will be displayed to other viewers.

Is there a possibility to check user inputs in our extension against illegal or pornographic content?
Is there a possibility to use your autoMod features in our extension? Or do we have to solve it by ourself?

This should be handled by yourself. There is no “autoMod” feature for extensions at the moment.

1 Like

+1, would like to see an API that allows you to send a string and gives a true/false response one whether it’s OK against that channel’s automod. Alternatively, and API endpoint that provides the channel’s banlist and let me filter it myself.