Block 1 - Form — Get Prompt
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
Cheap Nano Banana API AI Image Generator with BananaAPI.com Overview This workflow integrates BananaAPI.com with the Nano Banana image engine to generate or edit AI images from text prompts and opt...
n8n-nodes-base.formtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.set, n8n-nodes-base.if, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Tran Trung Nghia.
Original n8n.io sourceThis workflow integrates BananaAPI.com with the Nano Banana image engine to generate or edit AI images from text prompts and optional reference images.
Users simply fill out a form with their prompt and preferences, the workflow submits the request to BananaAPI, polls the status until it is complete, and then returns the final image link.
Why use it?
⚠️ Important: Never expose your API key in public workflows. Use n8n Credentials for production setups.
The Form Trigger collects the following fields:
api_token (required) — Banana API key prompt (required) — image description (e.g., “a neon cyberpunk cat, detailed, 4k”) Output Format [optional] — choose PNG or JPEG Image Size [optional] — 16:9, 9:16, 1:1, 3:4, 4:3 image_url_1 ... image_url_5 [optional] — reference images for editing/transformhttps://bananaapi.com/api/n8n/generate/. image-status/{taskId}. status != completed, loop until ready. The workflow returns:
image_url — the generated image link task_id — task reference ID status — job status (completed/pending)💡 Tip: Add a Webhook Response node to return clean JSON for frontend apps.
image_url_1 with a strong prompt to create image editing flows. https://bananaapi.com/api/n8n/generate/ https://bananaapi.com/api/n8n/image-status/{taskId}✅ Always include Authorization: Bearer <token> in headers.
This makes BananaAPI + Nano Banana one of the most budget-friendly AI image solutions for automation workflows.
Bearer token). This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Generate AI images with text prompts using BananaAPI and Nano Banana Engine |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Content Creation, Multimodal AI |
| Author | Tran Trung Nghia |
| Published | 08 Sept 2025 |
Use the JSON export at /data/workflows/8375/8375.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Cheap Nano Banana API AI Image Generator with BananaAPI.com Overview This workflow integrates BananaAPI.com with the Nano Banana image engine to generate or edit AI images from text prompts and opt...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.