Skip to main content

How do I access image context on the client side?

Comments

1 comment

  • Daniel Mendoza

    @John


    The caption that is set in context is designed for internal use within the Cloudinary DAM (digital asset management) solution. It's meant to be able to easily manage the content and not meant to be retrieved via an external call for public consumption. You can programmatically retrieve this information using the Admin API (for administrative purposes) and store it elsewhere. The call you can do is here and requires setting the parameter context set to true. Note this is rate-limited as well.

    0

Post is closed for comments.