I want image info
When using tag.json with Cloudinary, is it possible to load an image from a subfolder and save the URL with pickle?
I'd like to take a thousand items with tag.json and process the image information in various ways.
0
-
Hi,
If you are using client-side list by JSON then it will return all the images with the tag irrespective of folder/subfolder.
The public_id will contain the full image path just add the static part to create a URL of the image.
For eg: https://res.cloudinary.com/<cloud_name>/image/upload/<version returned from the json>/<public_id returned from the json>
Sample list by tag response: https://res.cloudinary.com/demo/image/list/logo.json
Thanks,
Aditi
0 -
Thank you very much. Explanation is easy to understand.
0
Post is closed for comments.
Comments
2 comments