v3

latestOpenAPI 3.0.0raw.githubusercontent.com2026-03-0936575.8 KB
Image Predictions

Get image predictions

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

get/image_predictions

Query parameters

countinteger

The number of items to return

pageinteger

Page index to return (starting at 1)

server_type'off' | 'obf' | 'opff' | 'opf' | 'off_pro'

The server type (=project) to use, such as 'off' (Open Food Facts), 'obf' (Open Beauty Facts),...

barcodestring
Example:5410041040807

Filter by barcode value

with_logoboolean nullable

if True, only return image predictions that have associated logos (only valid for universal-logo-detector image predictions). If false, only return image predictions that have no associated logos. Otherwise, return all image predictions.

model_namestring
Example:universal-logo-detector

filter by name of the image predictor model

image_idstring
Example:1

filter by image ID. It should be a digit (raw images only), otherwise no result will be returned.

typestring
Example:object_detection

filter by type of the image predictor model

model_versionstring

filter by model version value

min_confidencenumber

filter by minimum confidence score value

Response

The queried image predictions

status'no_image_predictions' | 'found'
image_predictionsobject[]
countinteger

The total number of results with the provided filters