Prerequisites
- A Corti Console account — sign up at the Corti Console to get started.
- An API client — your tenant name,
clientId, andclientSecretare all found in your API client configuration. See Creating API clients to set one up.
Send a prediction request
POST a clinical note to the code prediction endpoint. The
system field determines which classification is applied.Read the response
A successful response returns three top-level fields:
codes— the model’s high-confidence predictions. Each entry includes thecode, a human-readabledisplay,evidences(the exact passages from the note that support the prediction, withcontextIndex,text, andstart/endcharacter offsets), andalternatives(other codes the model considered for the same finding).candidates— lower-confidence codes worth reviewing. Intended for coder review rather than automatic assignment.usageInfo— credits consumed for this request.
Combine coding systems
Most US encounters require more than one coding system. Pass multiple values in See Coding Systems for recommended pairings by encounter type.
system — for example, pairing ICD-10-CM with CPT for an outpatient visit. The response includes codes from all requested systems in the same codes array, each tagged with its system value.Next steps
Code Prediction
Learn how to make a code prediction request — choose coding systems, pass context, and read the response.
Codes and candidates
Understand the response structure — codes, candidates, evidences, alternatives, and sequencing.
Guides
Encounter coding, CDI review, HCC capture, and revenue cycle workflows.
Please contact us if you need help getting started or run into issues with your first request.