CloudAnts Image Moderation hooks into WordPress’ core upload handling to
automatically scan every image upload — media library, WooCommerce review
photos, bbPress/BuddyPress attachments, or anything else built on
wp_handle_upload — against a CloudAnts moderation policy, without you
writing a line of integration code.
Policies available:
What happens to a flagged or blocked image is configurable from the
plugin’s Settings page:
This plugin calls the CloudAnts API with the public URL of each uploaded
image, so your site must be publicly reachable from the internet for
scanning to work — it cannot scan images on a purely local/offline
development site. You’ll also need a CloudAnts account and API key from
https://cloudants.io/dashboard/api-keys.
This plugin sends data to CloudAnts (https://cloudants.io), a third-party
image moderation API, in order to function. Specifically:
https://api.cloudants.io/moderate-listing/v1, and receives back a moderation decision (allow/flag/block) and category scores. No other post content, user data, or site information is sent.https://api.cloudants.io/whoami/v1 to verify it and show your plan/quota — this does not send any image data.wp_options) and sent only to api.cloudants.io, over HTTPS, as an Authorization: Bearer header.CloudAnts’ Terms of Service: https://cloudants.io/terms-of-service
CloudAnts’ Privacy Policy: https://cloudants.io/privacy-policy
A CloudAnts account is required for this plugin to function — sign up at https://cloudants.io.