-
Bulk upload and add tag and metadata with AI
Hello to the community. I am researching if this is possible in Cloudinary as I have a project where I would need to upload over a thousand images and videos. So is it possible to do a bulk upload of the images and videos and use AI to add the tags and metadata for each image/video. I saw some tutorials where I can see…
-
Angular app using cloudinary image component not updating alt tags
Hi, I have an angular app using CloudinaryImageComponent <advanced-image> and update the image when a user selects something they want to see. structured like this — cldImage.component — <advanced-image …. [alt]=alt></advanced-image> — customcomponent.component — <cldImage … [alt]=alt></cldImage> I see the alt tag change…
-
Preset and url combination
Hello, I have a presete that has 3 eager image resize and it works fine. Besides that I want set some tags to my images. Is it possible to pass the a request that defines the preset and also some tags that take place after the preset? or can I pass to my preset the tags dynamically from the url?
-
Tags manipulation price
Hello, I would like to use tag on my images. I would like to know if there is a cost on this. I have seen the concept of taggin on uploads section which does not say anything about price and on the admin api which say there is a cost after a limit.
-
Can we trust that next_cursor = null means that there aren't any more resources?
We're using https://api.cloudinary.com/v1_1/{{cloud_name}}/resources/:resource_type/tags/:tag to retrieve resources by a single tag. We wish to retrieve every resource with a particular tag. We're keeping track of next_cursor in the response and if it is present, we make another API request with next_cursor from the…