Hi everyone,
I’m building a workflow in n8n and need to send three PNG files to Fal.ai:
- source image
- mask image
- reference image
All files are available in n8n as binary data.
I’m not sure what is the correct way to pass them to Fal.ai.
Should I: - upload the files first and send public URLs?
- convert the binary data to Base64?
- use multipart/form-data in the HTTP Request node?
- use another approach?
If anyone has an example of a working n8n workflow or HTTP Request configuration for Fal.ai image inputs, I would really appreciate it.
Thanks!
Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system: