v1

latestOpenAPI 3.1.02026-07-265094114.0 KB
Images

Analyze

Analyzes the image and answers the provided question with a short, focused response.

post/v1/image/analysis

Request body

imageUrlstring required

The URL of the image to check.

questionstring required

The expected analysis to perform on the image.

Example request

{
  "imageUrl": "https://example.com/image.png",
  "question": "Is the main object centered and fully visible?"
}

Response

The analysis was successfully generated.

analysisstring required

The result of the analysis of the image.

Example response

{
  "analysis": "Yes the main object is centered and fully visible."
}