How do I upload pictues and a prompt to an AI Agent Node?

Hello,

So the problem I am having is that I can not figure out how to get my AI Agent to accept an image.

I have it set so that the binary images are sent to the node and referenced in the text, but it just references the image it doesn’t actually upload it. Is there a tool or something that I have to use to get it to analyze images?

I was previously using the OpenAI analyze image node and it worked fine, but I want to move over to Claude because it is better at what I want it to do.

Thank You!

Hi @Will_Roske

Since there is no Anthrobic analyze image build-in node like OpenAI, you can still achieve this using the HTTP Request node.

According to Anthropic’s documentation, you can include images in a Messages API request by sending them as either base64-encoded data or via a hosted image URL.

Here’s the relevant guide from their docs for reference:
:link: Base64-encoded image and URL-based image examples

This is an example: