Skip to main content

Run moderation for already uploaded image

Comments

2 comments

  • Michal Kuperman

    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
  • Vladimir

    great, thank you!

    0

Post is closed for comments.