商业
发票分类
用 Jev 对发票分类、发现异常并输出结构化财务决策。
Choice + Score / Noul
文档 AI分类财务
这次发给 Jev
点运行时,站点把这份 JSON 发到 POST /api/playground。运行需要登录。
POST /api/playground{
"state": "发票 #8842 | 供应商:CloudHost LLC | 日期:2026-03-01 | Hosting Pro Plan $120.00 | 税 $9.60 | 合计 USD 129.60 | 备注:同一张 #8842 连发了两封邮件",
"questions": {
"expense_type": {
"type": "choice",
"instructions": "What expense category best fits this document?",
"criteria": {
"software_saas": "Software or SaaS subscription",
"infrastructure": "Hosting, cloud, or infrastructure",
"professional_services": "Consulting or professional services",
"other": "Other or unclear"
}
},
"anomaly": {
"type": "noul",
"instructions": "Does this invoice show signs of an anomaly (duplicate, mismatch, or fraud cue)?",
"criteria": {
"true": "Duplicate IDs, inconsistent totals, or suspicious vendor cues",
"false": "Looks like a normal payable invoice"
}
},
"urgency": {
"type": "score",
"instructions": "How urgent is processing this invoice?",
"criteria": [
"Low — no due date pressure",
"Medium — standard Net 30 or similar",
"High — overdue, penalty, or same-week deadline"
]
}
}
}