v1
latestOpenAPI 3.1.02026-07-265094114.0 KBImages
Analyze
Analyzes the image and answers the provided question with a short, focused response.
post/v1/image/analysis
Request body
Example request
{
"imageUrl": "https://example.com/image.png",
"question": "Is the main object centered and fully visible?"
}Response
The analysis was successfully generated.
Example response
{
"analysis": "Yes the main object is centered and fully visible."
}