Image Understanding
Test endpoint for image analysis using Grok vision
Analyzes an image from a URL using Grok vision model with a text prompt
post/image-understanding/test
Request body
Example request
{
"imageUrl": "https://example.com/image.jpg",
"prompt": "Describe what you see in this image in detail",
"systemPrompt": "You are an expert image analyst"
}Response
Image analyzed successfully
Example response
{
"result": "This image shows a beautiful sunset over the ocean...",
"model": "grok-4-fast-non-reasoning"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.