top of page

OpenAI Image Generator via Web Form

An n8n workflow that generates images using OpenAI's GPT-Image-1 model. It accepts prompt and size inputs through a web form, calls the OpenAI API, converts the base64 image data to a file, and returns the generated image for download. Uses OpenAI API and n8n form/webhook nodes.

bottom of page