Hey everyone, this is just a basic question about ROBLOX Web API, i have to access ROBLOX’s filtering API but i cant find any document about filtering strings. I have an app running with JavaScript, some of things need to check if it will get filtered or not.
I just looked many of Topics but i cant find anything. I found this Swagger UI site but there isnt any docs.
Don’t believe there are any endpoints available. It seems strings are only filtered on the backend when making a POST request to available endpoints (ie. updating your bio on your profile)
Here are a few requests I’ve made that make me believe this is the case:
Updating my profile bio:
Posting a comment:
Sending a PM:
Nothing else I can see that may run a string through the chat filter API unfortunately.
I mean it could work in theory if you’re checking the filtered version of the string that is sent/received, but if you’re working with arbitrary strings, your account would be held liable for whatever is sent