Decide a case
The primary endpoint. Returns the verdict, the 1904.7(a) criteria met, and the ordered decision trail with a verbatim citation on every decisive step. Only occurredInWorkEnvironment and isNewCase are required; anything you omit is treated as unknown, which can produce needs_review rather than a guess.
curl -s https://www.job13.com/api/v1/recordability \
-H 'authorization: Bearer lb_test_sandbox' \
-H 'content-type: application/json' \
-d '{
"occurredInWorkEnvironment": "yes",
"isNewCase": "yes",
"treatments": ["sutures_staples_or_surgical_glue"]
}'{
"verdict": "recordable",
"summary": "Recordable — the case meets the 1904.7(a) criterion: Medical treatment beyond first aid.",
"criteriaMet": ["Medical treatment beyond first aid"],
"steps": [
{
"key": "general_criteria",
"question": "Does the case meet one or more of the general recording criteria in 1904.7(a)?",
"answer": "Yes — Medical treatment beyond first aid.",
"decisive": true,
"citations": [
{
"section": "1904.7",
"paragraph": "1904.7(b)(5)",
"quote": "Not on the exhaustive first-aid list; only butterfly bandages and Steri-Strips are first aid — 1904.7(b)(5)(ii)(D).",
"url": "https://www.ecfr.gov/current/title-29/part-1904/section-1904.7"
}
]
}
],
"unresolved": [],
"caveats": [],
"rule_edition": "2026-01-01",
"disclaimer": "Job13 is an administrative classification aid, not legal advice. ..."
}