Describe Image (Image to Text)

Extract a text description from an image using Claude Sonnet vision, with configurable detail levels.

Overview

Describe Image (internally image-to-text) analyzes an input image using Claude Sonnet’s multimodal vision capability and produces a text description. It supports three detail levels (brief, detailed, structured) and an optional custom prompt for specialized descriptions. This is a sync HTTP node – it calls the Anthropic API directly rather than queuing a BullMQ job. The output is text, not an image.

Configuration

Field Type Default Description
Detail Level select "detailed" Controls description depth: brief (1-2 sentences), detailed (3-6 sentences, flowing prose), structured (labeled sections: Subject, Setting, Colors, Lighting, Mood, Details)
Custom Prompt text "" Optional override for the system prompt. When provided, replaces the default detail-level prompt entirely. Max 2000 characters.

Inputs & Outputs

Inputs:

Outputs:

This node uses Claude Sonnet exclusively via the Anthropic API. There is no provider selection – the model is fixed.

Best Practices

Common Use Cases

Tips