Can we use root path URLs from the web console?

kikarot
kikarot Member Posts: 1
edited January 2023 in Developer APIs

Or in other words from the current full url:

"https://res.cloudinary.com/cloud_name/raw/upload/v1674577120/directory_name/"

remove the /v1674577120 or the whole first part of the url and start directly from /directory_name?

Looks like if using SDK we can get this by using parameter use_root_path set to true but can we set it up somehow from the web platform?

Answers