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
Body
multipart/form-data
Example:
"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTQBQcwHfud1w3RN25Wgys6Btt_Y-4mPrD2kg&s"
Example:
"What animal is this?"
Response
200
application/json
OK
The response is of type object
.