Endpoint Examples
Analyze Image
This endpoint allows you to analyze an image and ask questions about its content
Request Body
-
image_url
(text): Image url to be analyzed. -
request_query
(text): Query been used to analyze image.
Response
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.
POST
Authorizations
Response
200
application/json
OK
The response is of type object
.