image_analysis
Analyze an image via file path or URL to read text, identify materials, judge layout, or detect a face. Ask a specific question for focused details or get a general description without one.
Instructions
Look at an image (a local file path or an image URL) and answer a question about it — returns text, not a new image. Use to read a product photo (category, materials, on-pack text, distinctive details), to judge whether a shot is product-only or shows a face, or to describe any image's content, layout, or text. Give a specific 'prompt' for a focused answer; omit it for a general description. Set dry_run=true to preview the request without spending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | The image to analyze — a local file path or an http(s) image URL. | |
| prompt | No | The question to answer about the image — e.g. 'What product is this, how is it used, how does it open, and what color/material/label details define it?' Omit for a general description. | |
| dry_run | No | If true, return the request that would be sent (key and image masked), make no API call. |