Image Assistant API
POST
https://api.figolabs.ai/api/v1/chat/assistant/image/{assistantid}
Apis
Maintainer:Figo AI Labs
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.figolabs.ai/api/v1/chat/assistant/image/' \
--header 'Authorization: Bearer {Your API Key}' \
--header 'Content-Type: application/json' \
--data-raw '{
"imageUrlOrBase64s": [
{
"imageUrlOrBase64": "https://res.cloudinary.com/cyclops-information-systems/image/upload/v1737484010/FigoAILabs/figoailabs_herobg_webp_wfvblv.webp",
"mimeType": "image/webp"
}
]
}'
Response Response Example
200 - Success
{
"responseCode": "00",
"responseMessage": "Successful",
"responseData": "[\n {\n \"name\": \"Emmanuel T\",\n \"dateOfBirth\": \"Not visible\",\n \"state\": \"Not visible\"\n }\n]"
}
Request
Path Params
assistantid
string
required
Header Params
Content-Type
string
required
Example:
application/json
Authorization
string
required
Example:
Bearer {Your API Key}
Body Params application/json
Responses
Modified at 2025-04-22 18:42:45