This endpoint allows you to analyze an image and ask questions about its content
image_url
(text): Image url to be analyzed.
request_query
(text): Query been used to analyze image.
The response is a JSON object with the following properties:
response
: The result of analysis.
tokens
: The number of tokens.
success
: Indicates the success status of the request.
OK
The response is of type object
.