Turn a simple web link into an in browser image editor that produces AI fill results fast. Great for marketing and design teams that need quick image touchups, background fixes, and creative variants.
A webhook serves an editor page built with HTML that lets users load an image, paint a mask, and write a short prompt. When the user submits, the flow sends the original image, the alpha mask, and the prompt to the Black Forest Labs FLUX Fill API. The system waits a few seconds, checks the job status, and keeps polling until the result is ready. It then fetches the final image and returns it to the browser with the correct file type. A separate response returns the editor page itself so people can work inside the browser.
You will need an API key for the FLUX service and a credential in n8n Cloud using header auth. Expect edits that used to take an hour to drop to a few minutes per image. Ideal for ad variants, product photo cleanup, and social content where masks and fills are common. Follow the steps to map your image URLs, confirm the webhook runs, and tune the wait time for stable results.