How to Send Image Binary Through HTTP POST Request?

I have a form submission trigger where I upload an image. An AI analyzes the image and converts it to JSON format. After that, I’m using HTTP POST to trigger a post based on the JSON, but I can’t attach the image binary to this HTTP POST request tool.

Im using n8n self hosting, newest version. My workflow is:

Thanks.

You must split you binary data like this and merge on the end, hope it helps

Thank you so much! its work now.