API integration Module ζ · DIES PRO
Synthetic data only LJ
Integration

A stable contract behind every verdict.

The same asynchronous workflow as the dashboard, available to HR and compliance systems.

POST Submit document/v1/cases
GET Follow the case/v1/cases/{case_ref}/events
GET Get verdict/v1/cases/{case_ref}
POST Record adjudication/v1/cases/{case_ref}/adjudications
TypeScript
const result_chirho = await verdictClientChirho.submitDocumentChirho({
	  document_family_chirho: "employer_payroll_chirho",
  asset_ref_chirho: "r2://synthetic/demo-0042.pdf",
  locale_chirho: "es"
});

for await (const event_chirho of verdictClientChirho.streamCaseChirho(
  result_chirho.case_ref_chirho
)) {
  renderCaseEventChirho(event_chirho);
}
Keys locked in this environmentDocumentation uses synthetic references. No public endpoints are active.