المنتج
وسم المنتجات
حوّل أوصاف المنتجات إلى وسوم منظمة متعددة الأبعاد مع Jev.
Choice
تصنيف المنتجMulti-labelProduct AI
Request sent to Jev
Clicking run posts this JSON to POST /api/playground. Sign in to run.
POST /api/playground{
"state": "Ethiopian Yirgacheffe — light roast single-origin. Tasting notes: bergamot, jasmine, honey. Whole bean 12oz. $18. Pour-over and espresso friendly.",
"questions": {
"category": {
"type": "choice",
"instructions": "Primary product category",
"criteria": {
"coffee": "Coffee beans or ground coffee",
"equipment": "Brewers, grinders, or accessories",
"other": "Other beverage or non-coffee"
}
},
"roast": {
"type": "choice",
"instructions": "Roast level tag",
"criteria": {
"light": "Light roast",
"medium": "Medium roast",
"dark": "Dark roast",
"unknown": "Not specified clearly"
}
},
"flavor": {
"type": "choice",
"instructions": "Dominant flavor profile tag",
"criteria": {
"fruity_floral": "Fruit, floral, or tea-like notes",
"chocolate_nutty": "Chocolate, nut, or caramel notes",
"mixed": "Mixed or balanced profile"
}
},
"price_range": {
"type": "choice",
"instructions": "Price range bucket",
"criteria": {
"budget": "Budget / value tier",
"mid": "Mid-range specialty",
"premium": "Premium or rare lot"
}
}
}
}