For the complete documentation index, see llms.txt. This page is also available as Markdown.

Image Recognition

Is there a way to filter or block non-food images (like selfies) from being processed?

Our system cannot identify if an image is a non-food image until it has been processed by the AI. Because non-food inputs are not the intended use case for our API, we do not currently offer server-side filtering. We recommend running a lightweight, client-side object detection model (e.g. use our Easy AI platform for that: Easy AI) within your app to determine if an image contains food or a barcode before sending the request to our API. Alternatively, you could adjust your UI/UX to guide users toward capturing food images only.

Last updated