How to download an image via API

So, when I tell my API to send an image to the user all it sends is a link. I didn’t build an expression for the image’s URL.

How do I build the expression so that it sends the image data?

I believe you need to encode it in Base64 to send the image. Perhaps there are other solutions as well.

There was some discussion of it in the forum on this thread. Probably covered in others as well.

1 Like