---
title: "Get image predictions"
method: GET
path: "/image_predictions"
tags: ["Image Predictions"]
---

# Get image predictions

`GET /image_predictions`

Return image predictions based on various filters. The results can be filtered by model name, type, confidence, and more.

## Query parameters

- `count` integer
- `page` integer
- `server_type` 'off' | 'obf' | 'opff' | 'opf' | 'off_pro'
- `barcode` string
- `with_logo` boolean, nullable
- `model_name` string
- `image_id` string
- `type` string
- `model_version` string
- `min_confidence` number

## Response `200`

The queried image predictions

- object
  - `status` 'no_image_predictions' | 'found'
  - `image_predictions` object[]
  - `count` integer — The total number of results with the provided filters

---

[API](https://skmtc.net/openfoodfacts/apis/api-reference.md) · [All operations](https://skmtc.net/openfoodfacts/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openfoodfacts/api-reference/revisions/23d26c6d55e6/schema)
