Is it possible to get an image from a response using the API Connector?

Hi! Tried searching the forum but couldn’t find a solution.

I have a POST to an external API that returns a thumbnail image of response type = image.

It works in Postman, because the response type is automatically detected and renders the image in the response. But in the Bubble API Connector, I get a long string of binary and an error.

Any ideas? Thanks!

If you have set the response type to image, it should be an url to the image. You can also try to set it to file instead of image.
Is the POST return a base 64 image or an image file like png or something like that?

1 Like

Thank you! Worked by choosing “image”

1 Like