$ curl -X POST https://jevis.example.com/v1/systemone \
-H "Authorization: Bearer $JEVIS_KEY" \
-H "Content-Type: application/json" \
-d '{"x_schema": {"id": "triage"},
"x_template": {"id": "ticket-triage", "variables": {
"subject": "Double prélèvement", "body": "…"}}}'
HTTP/1.1 200 OK · x-typesafe-request-id: 7c1e…
{
"model": "kev-0.8b",
"answers": {
"department": {
"type": "choice",
"choice": "billing",
"probabilities": { "billing": 0.81, "shipping": 0.19 },
"confidence": 0.81
},
"urgent": { "type": "noul", "noul": 0.93 },
"tone": {
"type": "score",
"score": 1.2,
"probabilities": { "0": 0.1, "1": 0.6, "2": 0.3 },
"confidence": 0.6,
"x_abstain": true
}
},
"x_decision_id": "019a1b2c-7d3e-7f10-9c4a-5e2b8d1f0a63",
"x_backend": "kev-0.8b-cpu",
"x_schema_version": 2
}