I can't display an image as a string

Friends, I can't get an image using the Web component. The API I'm using sends me the raw image as a string. The content of the response looks like this:

I tried using the base64 decoding extension but it didn't help. I tested the API in postman.com and got an image in the response body. Using blocks in AI2 I can't get an image.

Did you set SaveResponse to True before calling Web Get?

Taifun

That helped! Thank you Taifun!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.