v3

latestOpenAPI 3.0.0raw.githubusercontent.com2026-03-0936575.8 KB
Insight Management

Get a specific insight

Get detailed information about a specific insight.

get/insights/detail/{insight_id}

Path parameters

insight_idstring required

ID of the insight

Response

Insight details

idstring required

Insight ID

typestring required

Insight type

barcodeinteger required

Barcode of the product

countriesstring[] required

country tags of the product

source_imagestring

the path of the image the insight was generated from.

with_imageboolean

whether the insight has an associated image or not

Example response

{
  "id": "3cd5aecd-edcc-4237-87d0-6595fc4e53c9",
  "type": "label",
  "barcode": 9782012805866,
  "countries": [
    "en:france",
    "en:united-kingdom"
  ]
}