How to display raw binary image?

I am using Web API in my project and am trying to display a raw binary image. I am getting an image in the response body. I’ve already been able to display the image while testing the API in Postman. And if the image would be encoded in base64, then I could display it, but I don’t know how to process the binary image. Is there a solution?

Image displayed in Postman

My blocks

Is it possible to display a binary image in Thunkable?

Hello @Serg, nice to see you again!

Yes, it is possible to display an image as encoded in base64.