Getting image from image library through javaScript

Hello,
We are trying to get Images from the image library through custom JS Code , but in the documentation we can only see an endpoint for image upload.

Is there an endpoint for /images ?

P.S There is a way of getting an image by id, but our goal is to get them by name somehow.

Thank you

Here is my site Read-Only: LINK
(how to share your site Read-Only link)

@PixZen I think that is because the image upload API is related to a CMS item. Once you have uploaded the image (to a new or existing CMS item) the URL for the image will be available from the item itself. If for example, you called ‘get single item’ endpoint you would receive URL for the image.

1 Like