Image predictions
Import image predictions
Bulk import image predictions into the database
curl -X POST "https://robotoff.openfoodfacts.org/api/v1/image_predictions/import" \
-H "Content-Type: application/json" \
-d '{
"predictions": [
{
"barcode": "string",
"image_id": "string",
"model_name": "string",
"model_version": "string",
"data": {}
}
]
}'
Empty