Get moderation status of uploaded resource
We are using `moderation:aws_rek` when uploading image and taking moderation.status from response. But is it possible to get moderation status of an already uploaded image by public_id? I would expect to see something like this in https://cloudinary.com/documentation/admin_api#get_the_details_of_a_single_resource , but can't see this info there
0
-
Hi Vladimir,
In order to get the moderation status, you will need to add `moderation=True`. For example in python:
cloudinary.api.resource("sample", moderation=True)Hope that helps,
0
Post is closed for comments.
Comments
1 comment