Overview
The Image Analysis Node uses advanced AI models to interpret and analyze images. It can describe objects, scenes, and actions in an image or provide targeted answers to specific questions about it. This node is ideal for workflows that involve image understanding, such as detecting objects, summarizing visual content, generating image captions, or answering user-defined questions about uploaded or generated images. It is fully designed for no-code workflows, enabling users to perform complex visual AI analysis without writing any code.Description
Use the Image Analysis Node to extract insights from images using AI. You can upload or reference one or more images through theattachments field. The AI will automatically analyze them and generate a response.
If you provide a question, the AI tailors its analysis to that query (e.g., “What type of vehicle is in this image?”).
If no question is given, the AI produces a general description of the image’s contents.
Input Parameters
The Image Analysis node accepts flat key-value inputs that define which images to analyze and what kind of information the AI should extract.-
analysisType
Must always be set to
"image-analysis". This specifies that the node will use an AI model designed for image understanding and description. -
attachments
Comma-separated list of image file IDs or variable references representing the images to be analyzed.
You can use syntax such as:
or dynamic references like:or each images can be added by browsing locally. Each file represents one image input for the analysis.
-
question
A specific question or instruction about the image content.
Examples:
- “What is the person holding?”
- “Describe the background.”
- “Identify the main objects in this image.” If left empty, the AI provides a general summary or description of the image.
{{nodeId.output.<key>}} syntax to link outputs from previous nodes.
Output Parameters
After execution, the Image Analysis node provides the AI’s interpretation of the image along with processing details.- content (string) The AI-generated description or analytical response about the image. Contains a complete, readable interpretation of the visual content — such as objects, people, scenes, or actions detected in the image.
Output Type
Type:text
This node always outputs textual AI analysis results about one or more images.
Do not modify this type — it ensures the output is recognized properly in downstream workflow nodes.
Example Usage
Example 1 — Image Analysis Description
Input:Example 2 — Face Detection
Input:How to Use in a No-Code Workflow
- Add the Node: Drag and drop the Image Analysis Node into your workflow.
- Provide Attachments: Connect the output of an image-generating or image-uploading node to the
attachmentsfield. - Set Analysis Type: Always use
"image-analysis"for theanalysisTypefield. - Add an Optional Question: Enter a specific question (e.g., “Is this food vegetarian?”) or leave it blank for a general analysis.
- Run the Workflow: The node will analyze the provided image(s) and generate a text-based interpretation.
- Use Output: Access the result using
{{nodeId.output.content}}in downstream nodes like Text Generation, Reporting, or Notifications.
Best Practices
- Always ensure attachments contain valid image files or variable references.
- Keep the question short and specific for better results.
- If analyzing multiple images, use comma-separated references for consistent results.
- Combine this node with Text Generation or Report Creation nodes to turn image insights into summaries or structured reports.
- Use high-quality images for more accurate AI interpretation.
Example Workflow Integration
Scenario: Automatically analyze an AI-generated image and describe it for user documentation.- Image Generation Node: Creates an image based on a prompt.
- Image Analysis Node: Examines the generated image and describes it.
- Text Generation Node: Uses the analysis result to generate a caption or description paragraph.
Common Errors
Below are common issues that may occur while using the Image Analysis node, along with their causes and suggested solutions.-
“Missing attachments”
Cause: No image references were provided in the
attachmentsfield. Solution: Make sure you include valid file IDs or variable references that point to the images you want analyzed. -
“Invalid analysisType”
Cause: The
analysisTypeparameter is missing or set incorrectly. Solution: Always set the value to"image-analysis"to ensure the correct AI model is used. -
“No content output”
Cause: The AI model returned an empty or invalid response.
Solution: Try using a clearer image or providing a more specific question in the
questionfield. - “File not accessible” Cause: The referenced image file could not be accessed or loaded. Solution: Check file permissions or confirm that the image has been properly uploaded or generated in a previous node.

