List all tags for a specific image
Is possible retrive a list of all tags for a specific image?
0
-
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
0
Post is closed for comments.
Comments
1 comment