Geschäft

Rechnungsklassifikation

Rechnungen klassifizieren, Anomalien erkennen und strukturierte Buchhaltungsentscheidungen mit Jev treffen.

Choice + Score / Noul

Document AIKlassifikationBuchhaltung

Accounts payable

INVOICE

Request sent to Jev

Clicking run posts this JSON to POST /api/playground. Sign in to run.

POST /api/playground
{
  "state": "INVOICE #8842 | Vendor: CloudHost LLC | Date: 2026-03-01 | Hosting Pro Plan $120.00 | Tax $9.60 | Total USD 129.60 | Note: duplicate invoice #8842 emailed twice",
  "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"
      ]
    }
  }
}