Hi, I’m thinking of using OpenAI API to moderate user provided content before it reaches OpenAI for further processing… I am aware of Moderation API, and i’ve been using it in the past for text-based content, but I need to also moderate user provided images (before sending that image in order to generate tags for image). Is there a way to safely do that with OpenAI without violating usage policy?
Welcome to the community!
Good question. I don’t believe there’s a moderation endpoint for images yet, but the API will not accept bad ones. Not sure how that affects your account if you get a lot of blocks, though.