List all tags for a specific image
Is possible retrive a list of all tags for a specific image?
-
Hi Phillipe,
You can get all tags of an image by using the Admin API's resource method.
For example, (in Ruby) -
Cloudinary::Api.resource("image")
This will return the details of this image, including its tags.For more information,
http://cloudinary.com/documentation/admin_api#details_of_a_single_resource
Please sign in to leave a comment.
Comments
1 comment