Hi,
I am unable to utilize Clarifai_API for in-built food detection model.
I followed the tutorial mentioned at https://docs.clarifai.com/ & https://www.clarifai.com/models/ai-food-recognition but the operations that I need to perform are not getting through.
Basically, I require my canvas app to pass an image to the API and in return the API provides ingredients list.
I used API key for security:

General definition as this

Request as

Header as (from https://docs.clarifai.com/clarifai-basics/authentication/authorize)
curl -X POST \
-H 'Authorization: Key YOUR_API_KEY' \
-H "Content-Type: application/json" \
-d '
The results shows custom connector is created but I simply can't test it.
CC: @v-xiaochen-msft , @cchannon
Sid