产品
商品打标
用 Jev 把商品描述变成结构化、多维标签。
Choice
商品分类多标签商品 AI
这次发给 Jev
点运行时,站点把这份 JSON 发到 POST /api/playground。运行需要登录。
POST /api/playground{
"state": "埃塞俄比亚耶加雪菲 — 浅烘单一产地。风味:佛手柑、茉莉、蜂蜜。12oz 整豆。$18。适合手冲和意式。",
"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"
}
}
}
}