MindStudio Docs
  • Get Started
    • Overview
    • MindStudio Chrome Extension
    • Quickstart Guide
    • What is an AI Agent?
    • AI Agent Use Cases
  • Free vs. Paid AI Agents
  • Building AI Agents
    • Editor Overview
    • Workflow Generator
    • Writing Prompts
      • Templating
    • AI Models
    • Variables
      • Working with JSON
      • Using Handlebars Templating
    • Dynamic Variables
    • Data Sources
    • Automations
      • Start Block
      • Generate Text Block
      • Generate Image Block
      • Generate Chart Block
      • Generate Asset Block
      • Display Content Block
      • Text to Speech Block
      • Analyze Image Block
      • User Input Block
      • User Context Block
      • Query Data Block
      • Run Function Block
      • Scrape URL Block
      • Extract Text from File Block
      • Post to Slack Block
      • Menu Block
      • Logic Block
      • Checkpoint Block
      • Jump Block
      • Run Workflow Block
      • Terminator Block
    • Integrations
      • Search Bluesky Posts
      • Scrape Facebook Page
      • Scrape Meta Threads Profile
      • Scrape Instagram Comments
      • Scrape Instagram Mentions
      • Scrape Instagram Posts
      • Scrape Instagram Profile
      • Scrape Instagram Reels
      • Create LinkedIn Post
      • Create X Post
      • Search X Posts
      • Search Google
      • Search Google Images
      • Search Google Trends
      • Search Google News
      • Create Google Doc
      • Fetch Google Doc
      • Update Google Doc
      • Create Google Sheet
      • Fetch Google Sheet
      • Update Google Sheet
      • Enrich Company via Domain
      • Find Contact Email for Website
      • Find Email
      • Verify Email
      • Enrich Person via Email
      • Fetch YouTube Captions
      • Fetch YouTube Channel
      • Fetch YouTube Comments
      • Fetch YouTube Video
      • Search YouTube
      • Search YouTube Trends
      • Create Notion Page
      • Update Notion Page
      • Apify
      • Run Scenario
      • Post to Slack
      • HTTP Request
      • Run Node
      • Create Contact
      • Add Note
      • Send Email
      • Send SMS
    • Publishing & Versioning
  • Embedding AI Agents
  • Using Webhooks
  • Workspace Management
    • Workspace Overview
    • Workspace Settings
    • Usage Explorer
    • Billing Settings
    • Account Settings
    • Team Settings & Access Controls
  • Test & Evaluate
    • Testing Suite Overview
    • Evaluations
    • Profiler
    • Debugger
  • Integration Guides
    • Zapier + MindStudio
    • Make.com + MindStudio
    • n8n + MindStudio
  • Developers
    • API Reference
    • NPM Package
    • Custom Workflow Functions
  • Additional Resources
    • Glossary
    • Allowing Access to Mindstudio From Your Network
  • Solutions
    • MindStudio Solutions Partners
    • MindStudio For Developers
    • MindStudio for Enterprises
Powered by GitBook
On this page
  • Configurations
  • Prompt
  • Image URL
  • Output Variable
  • Model Settings
  • Writing Image Analysis Prompts
Export as PDF
  1. Building AI Agents
  2. Automations

Analyze Image Block

Analyze an image URL based on text instructions.

The Analyze Image Block processes and analyzes an image URL based on provided text instructions. It generates a text response based on the analysis that is assigned to a variable.

Configurations

Prompt

Provide text instructions for analyzing the image. Use {{variables}} to make the prompt dynamic based on a previous step in the workflow.

Example Prompt:

Identify the objects in the image and describe their arrangement. Focus on colors and sizes.

Image URL

Specify the URL of the image to be analyzed. Use a {{variable}} to dynamically reference image URL generated or fetched earlier in the workflow.

Output Variable

Creates a new variable and saves the generated test response to it. Enter a variable_name to store the response for later use in the workflow.

Model Settings

Choose the AI Model that you’d like to use for the image analysis. You may adjust the model’s Temperature and Max Response Size.

Writing Image Analysis Prompts

Creating a well-crafted prompt is essential for accurate and meaningful image analysis. Follow these guidelines to ensure your prompts guide the AI model effectively:

  • Be Clear and Specific: Clearly describe what you want the AI to analyze or identify in the image. Focus on specific elements or features relevant to your use case.

    Example: "Identify the main objects in the image, including their colors, sizes, and positions.”

  • Define the Objective: Explain the purpose of the analysis to provide context for the AI. This helps tailor the response to your needs.

    Example: "Analyze the image and describe how the objects are arranged for interior design recommendations.”

  • Break Down Complex Instructions: Use simple, step-by-step instructions when requesting detailed analyses.

    Example: " 1. List all objects visible in the image. 2. Describe their positions relative to each other. 3. Highlight any unusual or standout features.”

  • Focus on Key Details: Avoid asking for unnecessary information to keep the analysis concise.

    Example: "Describe the objects on the table, focusing on their materials and colors.”

  • Include Contextual Cues: Provide additional context for better results, such as the setting, purpose, or focus of the image.

    Example: "This image shows a park scene. Identify all visible plants, trees, and animals.”

Last updated 5 months ago