How I fetch an imagen into a folder?

Options
Wseven
Wseven Member Posts: 1
edited September 2023 in Developer APIs

I am testing Cloudinary with "fetch", like this:

https://res.cloudinary.com/iduser/image/fetch/c_scale,w_320/f_auto/q_auto/https://domain.com/category/imagen_name.jpg

And it goes fine, but the images are stored in the home of my account and I want it to be stored in a folder as it can be done in "upload".

For example I have 3 folders:

/cinema

/news

/recipes

And I want each image uploaded with "fetch" to go to the folder I want, something like this:

FAIL: https://res.cloudinary.com/iduser/recipes/image/fetch/c_scale,w_320/f_auto/q_auto/https://domain.com/category/imagen_name.jpg but this way it doesn't work.

Is there another way?

Tagged: