Hey i’m quite new in this n8n platform, and i’m wondering if n8n can use replicate.ai or replicate.com API. Because i’m still trying to make a workflow about connecting to replicate.ai and manage to actually produce the image from it. unfortunately i kept getting error. So is it supported or it’s just that my configuration is the problem?
Hi,
You should be able to integrate anything with some form an API . As long as the API can perform what you need to do, it will be possible. Surely there is a configuration issue since the API can be triggered by a simple curl request
Reg
J
Took me a day to make it work but created my very own custom n8n node to work with Replicate API. Used Manus AI to generate almost working node, then took a bit with Cursor and Claude 4 to get it done. Got 8 models added for now in there, 3 models for Image generations, 3 for video, 1 for music and 1 for GIF, surely will add more at some point. Working on a workflow now for my project.
Not yet public, might be soon.