Pass Image data to APITemplate.node


Hey, new to this,

I want to pass image data to my APITemplate node, but there is no binary data selection for parameters to pass, only JSON.

Example of workflow, Trigger > upload image > Edit > (Output is an image) > Pass to APITemplate node.

Appreciate any help thanks.

Hi @OOO_AAA, Welcome to n8n :n8n: community :tada:

I think you need to review the APITemplate integration requirements, you can find it in a separate tab in the manage templates page…

In brief, you need to create a template and define the properties you want to replace.
These properties should be defined both in your APITemplate template and in the APITemplate node.

For images, an easy approach is to pass the URL:

And in the node, pass the URL as well:

Please let me know if you need any further assistance with this matter…

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.