Need Help Integrating n8n Virtual Try-On with FlutterFlow

Hi everyone ,

I’ve successfully built a Virtual Try-On AI workflow using n8n, and it’s working perfectly when tested via direct webhook/API calls. The system takes two image inputs (person + clothing), processes them using an AI model, and returns a final try-on image URL.

Now I want to integrate this into my FlutterFlow app, but I’m a bit stuck on how to:

  1. Send the user-uploaded images to my n8n webhook from FlutterFlow
  2. Handle the response (processed image URL) and display it in the app
  3. Possibly show a loading indicator while the image is being generated

If anyone has experience with FlutterFlow + API/Webhook integration, especially sending image data and handling polling results, I’d appreciate your guidance or help setting this up.

I’m open to:

  • Step-by-step guidance
  • Sample project / tutorials

Thanks in advance!
Rakesh

CORS is the issue. Go here for the solution…

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