How do I implement AI image moderation in make.com

Currently I have make.com automatically post from a wordpress site to Facebook. This site is for lost, found and roaming cats. As the current workflow posts as soon as data is received, I was hoping to have some form of AI image moderation to prevent users from submitting any images other than ‘cats’. Any suggestions?

1 Like

Hi @Terry_Mah,

Use the ChatGPT module in Make to perform AI-based image moderation. In the system prompt, instruct the AI to analyze whether the provided image contains a cat. Then, in the user prompt, pass the image URL or data from the previous WordPress module. Based on the AI’s response, return a simple flag or variable (e.g., “cat” or “not a cat”). You can then apply a filter in your scenario to stop execution if the image does not depict a cat, ensuring only relevant content is posted.

Best regards,

Msquare Automation
Platinum Partner of Make
@Msquare_Automation

1 Like