I am developing an app where some of the direct user input (text) will be sent to OpenAI’s API. I am concerned about the possibility of my organization getting banned due to users submitting inappropriate content. Is there a way to prevent this, such as tracking which users are responsible by passing a user_id from my app to the OpenAI API calls?
I found the answers here: