To easily let browser JavaScript use albums from imgbb.com you can call the URL of this Val with the parameter album holding the album ID string.

https://edgeeffect-websitefrontpagealbum.web.val.run?album=XXXXXX

It will reduce it down to a JSON object containing a list of the images in that album in the format:

[ {"url": "...", "title": "..."}, ... ]

If there are any errors, it'll just return an empty JSON array.