Skip to main content

I want image info

Comments

2 comments

  • Aditi Madan

    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.