Skip to main content
The Info APIs enable partners to retrieve the specialties, encounter types, visit types, provider roles, LOINC codes, and diagnosis types Suki accepts when you register providers or create ambient sessions. Partners typically call these endpoints from their backend to populate pickers in their product and validate payloads before session or context requests. You can fetch a combined catalog from System Information or request each category through its dedicated Info endpoint. Critically, Info endpoints return supported values only. They do not create ambient sessions or generate clinical notes. Info APIs are called from your servers and authenticated with a Suki Token (sdp_suki_token). Response bodies are stable reference data you can cache on a release schedule that fits your product.

Available endpoints

System Information

Retrieve platform system information for your integration

Supported LOINCs

Retrieve supported LOINC codes for note sections and related fields

Diagnosis Codes

Retrieve diagnosis code reference data for ambient requests

Supported Medical Specialties

Retrieve supported medical specialties for provider registration and sessions

Encounter Types

Retrieve supported encounter types for ambient sessions

Visit Types

Retrieve supported visit types for ambient sessions

Provider Roles

Retrieve supported provider roles for ambient context

Ambient Documentation

Learn how ambient sessions use encounter and specialty context

Note Sections

See how LOINC-coded sections map into generated notes

Specialties

Review specialty support for clinical notes

Common use cases

Populate specialty and encounter pickers

Use supported catalogs so registration and session forms only offer values Suki accepts.

Validate LOINC and diagnosis inputs

Check note sections and diagnosis payloads against supported codes before you seed ambient context.

Keep client catalogs current

Refresh Info catalogs on your release cycle so specialty, encounter, and role pickers stay aligned with Suki.

Set clinician role for the visit

Apply supported provider roles when building ambient session context for the encounter.
Last modified on July 24, 2026