Analyze Image
view_imageAnalyze any image using AI vision for manual inspection, debugging, visual description, or supplemental critique. Provide exactly one source: generation_result_id for a Shoot Board generation, uploaded_file_id for a Files item, or image_url for a public HTTPS image. Do not use this as the primary QA mechanism when the user asks to QA, quality-check, validate, review, approve/reject, or assess generated results; for QA requests use queue_generation_result_qa first, then read_generation_result_qa.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | What to analyze: e.g. 'Is this a flat lay or worn on a model?', 'Does this need background removal?', 'Describe the garment details'. Do not use this as the primary tool for generation-result QA; use queue_generation_result_qa and read_generation_result_qa for QA requests. | |
| image_url | No | Public HTTPS image URL to analyze. Optional if generation_result_id or uploaded_file_id is provided. | |
| uploaded_file_id | No | ID of an uploaded file to analyze. Use for items from the Files library. | |
| generation_result_id | No | ID of an existing generation result to analyze. Preferred for Shoot Board generation items because the server resolves the HTTPS image URL. |