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"
}
]
}'
{
"responseCode": "00",
"responseMessage": "Successful",
"responseData": "[\n {\n \"name\": \"Emmanuel T\",\n \"dateOfBirth\": \"Not visible\",\n \"state\": \"Not visible\"\n }\n]"
}