Analyze an image

Vision-only endpoint for image-understanding models (Janus Pro, Amazon Nova Canvas variation/describe modes). For chat-style vision (Qwen-VL, Mistral Vision, etc.) use POST /v1/chat/completions with an image_url content part instead.

Authentication

AuthorizationBearer

Pass your EmpirioLabs API key as a bearer token. The Anthropic-style x-api-key header is also accepted on every endpoint.

Request

This endpoint expects an object.
modelstringRequired
image_urlstringRequired
URL or base64 of the image to analyze.
questionstringRequired
What you want to know about the image.
analysis_temperaturedoubleOptional
analysis_top_pdoubleOptional
analysis_seedintegerOptional

Response

Analysis result.
answerstringOptional
usageobjectOptional