AI Text-to-Image Generator with Fal.ai & Moderation - n8n Workflow | Neura Market
AI Text-to-Image Generator with Fal.ai & Moderation
Creates a secure webhook API that converts text prompts to AI-generated images using Fal.ai Flux, including content moderation to filter inappropriate requests.
This n8n workflow provides a robust, production-ready API endpoint for on-demand AI image generation from text prompts. It starts with a webhook that receives POST requests containing a 'prompt' field. The prompt is first moderated using OpenAI to detect and block inappropriate content, ensuring safe and compliant usage.
Valid prompts are then submitted to the Fal.ai Flux model via HTTP requests. The workflow intelligently polls the Fal.ai API for generation status until the image is ready, han
Platform
n8n
Category
Finance
Price
$18.99
Creator
Fred Garcia
AI
image-generation
fal.ai
text-to-image
webhook
content-moderation
flux
automation
n8n
API
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.