I want to use the Google Vision API to deal with the image
I used a webhook to upload the image, and now I have the image in binary form
How can I pass the image to the HTTP node? When I use $binary.image it pass object which the model can’t deal with because it’s expect image
I converted it into a string base 64 after your comment using “Extract from File” Node → Move File to Base64 String
And I edit the “HTTP Request” Node to this form
Ok great thanks now I have better view. Your request seems to be correct granted the actual image base64 is correct. The pinned data you sent is an incomplete image.
I deleted the rest of the data because the share couldn’t accommodate the full data, exceeding the character limit. So this workflow should work now after the conversion from binary to base64, Right?
All the last errors have been solved, now the error about the billing account so I will contact Google for this, but I want to make sure that everything from n8n side before this