Run moderation for already uploaded image
I can upload image with requesting to run moderation via `moderation:aws_rek`, but can I request to run automatic moderation for image which is already uploaded (without re-upload it)?
0
-
Hi Vladimir,
You can update already uploaded images by using the explicit() method.
For example in Java:
cloudinary.uploader().explicit("sample",
ObjectUtils.asMap("moderation", "aws_rek","type","upload"));You can read more about this here:
https://cloudinary.com/documentation/image_upload_api_reference#explicit_method
0 -
great, thank you!
0
Post is closed for comments.
Comments
2 comments