Any way to generate urls for images in Assets as a public url ?
I have a requirement to use some images in the Assets to be used in some public domains. I can find only two ways one is the via REST API other is by integrating with adobe webfront selector. Both requires authentication for accessing the assets. There is a share button for the assets but it is loading the assets as a content inside the page.
I'm expecting something like I can post a blog or post something where I need to include an image which is from the my assets(a publicly accessible link). Is there any option to generate a link (like https:/{adobe'sdomine}/path/to/asset.jpg ) which can be pasted on browser servers the file without any additional authentication ?
I tried with folder listing GET /api/assets/myFolder.json API, but while pasting the content url in browser still asks for adobe id for login