docsFunctionsAiZimageAnalyze

ZimageAnalyze

Analyzes an image from a URL using AI vision and returns a text description based on the prompt.

Syntax

ZimageAnalyze{apiKey;imageUrl;prompt;model?}

Arguments

NameTypeRequiredDefault
apiKeystringYes-
imageUrlstringYes-
promptstringYes-
modelstringNogemini-2.5-flash-lite

Example

ZimageAnalyze{AIza...;https://example.com/image.png;What is in this image?}