I have a REST API that returns an image as a BASE64 encoded string. Using the html tag "img src" with the "data:" tag, HTML pages can convert the string to an image and display it.
How can I get a BASE64 encoded string representing an image from a REST API, and convert it to an image to show as a response in the chat conversation?
E.g. I need image in BASE64 string -> image display.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.