List Analysis
Analyze List
Request Body
Name
Type
Description
{
"analyzedItems": [
{
"sourceText": "200g pack smoked salmon",
"normalized": "200 g smoked salmon",
"analysis": {
"product": "smoked salmon",
"quantity": 200,
"unit": "g",
"category": "MEATS AND SEAFOOD"
}
},
...
{
"sourceText": "1 tbsp salt and olive oil to serve",
"normalized": "olive oil",
"analysis": {
"product": "olive oil",
"category": "CONDIMENTS"
}
}
]
}Sample Request
Sample Response
Last updated
Was this helpful?