Skip to main content

Latest Releases

RSS

Get the latest updates and changes in Suki for Partners developer platform. Subscribe to the release notes to receive monthly updates across products.

Jump to release

2026

  • July2026
    Form Filling SDK v0.1.0 | New

    Form Filling SDK (Beta)

    Initial beta release of the Suki Form filling SDK so you can embed Form filling in the browser with a hosted iframe or React components. Clinicians fill medical forms by voice, and your app receives structured JSON through SDK callbacks and your partner webhook.

    Learn more: Form filling SDK overview Β· Form filling SDK changelog

    Web SDK v3.2.0 | Noteworthy | New

    Form Filling in the Web SDK

    Form filling is now included in @suki-sdk/js and @suki-sdk/react. Import Form filling from your Web SDK package. You do not need a separate Form filling SDK install.

    Learn more: Web SDK Form filling overview Β· Web SDK changelog

    API v1.6.0 | Web SDK v3.2.0 | Noteworthy | New

    Interoperability Across Suki Products for Ambient Workflows

    You can now continue the same clinical note across Suki ambient products, including the Ambient APIs, Mobile SDK, Headless Web SDK, and Headed Web SDK. Pass emr_encounter_id when creating an ambient session, then use the returned composition_id as note_id with the note-level Ambient APIs.

    Learn more: ambient interoperability Β· How to use interoperability across Suki products

    Mobile SDK v2.7.0 | Noteworthy | New

    Ambient Interoperability

    From Mobile SDK v2.7.0, the Mobile SDK supports ambient interoperability with Ambient APIs and the Web SDK. Pass SukiAmbientConstant.kEmrEncounterId on createSession so the session shares one clinical note for the patient visit. Resolve remote session conflicts, handle peer terminate, and list or read shared notes with the new note read APIs.

    Learn more: Mobile SDK interoperability Β· Mobile SDK changelog

  • June2026
    Web SDK | Noteworthy | New

    Medication Orders

    The Headed Web SDK now supports Medication orders generation during ambient sessions. Pass LOINC code 52471-0 in ambientOptions.sections to enable review in the note UI and structured JSON on note submit.

    Learn more: Medication orders overview Β· Medication orders payload structure

    API v1.5.0 | Noteworthy

    HCC Codes

    The Structured data API and Encounter structured data API now return HCC codes alongside ICD10, IMO, and SNOMED for suggested diagnoses. Parse type: β€œHCC” entries from the diagnosis codes array to validate EMR context and support risk-adjustment workflows.

    Learn more: Structured data API Β· Encounter structured data API

    API v1.4.0 | Form Filling API v1.1.0 | Noteworthy

    Single Auth Token Authentication

    You now have the option to authenticate providers using a single authentication token for all clinicians. When you choose this option, you must send sdp_provider_id as a header on every API call so Suki can route each request to the correct clinician. This applies to Ambient, Dictation, and Form filling API requests.

    Learn more: Provider authentication

  • May2026
    Web SDK v3.1.0 | New

    Minimized Layout

    The headed Web SDK can shrink to a compact, viewport-aligned widget during ambient sessions so clinicians keep focus on the EHR or chart while capture continues in the background.

    Learn more: Minimized layout overview Β· Minimized layout implementation

    Form Filling API v1.0.0 | New

    Form Filling API

    Our new Suki Form filling API allows you to create and manage Form filling sessions, retrieve structured data, submit feedback, and get info about Medical form templates for nursing use cases and data collection during in-person visits or virtual patient encounters.

    Learn more: Form filling API overview Β· Form filling API changelog

    Headless Web SDK v0.2.3 | Bug fixes

    Bug Fixes and Stability Improvements

    Minor bug fixes and stability improvements for the Headless Web SDK.

  • April2026
    Dictation SDK v0.1.0 | New

    Dictation SDK (Beta)

    Initial beta release of the Suki Dictation SDK so you can embed clinical Dictation in the browser with a hosted iframe, in-field or scratchpad modes, and callbacks for transcript text from JavaScript or React.

    Learn more: Dictation SDK overview Β· Dictation SDK changelog

    Web SDK v3.0.0 | Breaking changes | Action required

    New Authentication Flow

    Sign-in now goes through SukiAuthManager from @suki-sdk/core, the same model as our other SDKs. Configure the manager with partner credentials, environment, and provider details, then pass it when you start the Web SDK.

    Learn more: Migrating to Web SDK v3 Β· Web SDK quickstart

    Web SDK v2.2.0 | Noteworthy

    Optional Session-Level Metadata

    Pass optional visit and provider fields in ambientOptions when you start a session (for example visitType, encounterType, reasonForVisit, chiefComplaint, and providerRole) so note generation has better context.

    Learn more: ambient implementation Β· AmbientOptions properties

    Web SDK v2.2.0 | Noteworthy

    Note List Titles from Visit Type

    When visitType is set in ambientOptions, the Web SDK uses it as the note title for each generated note in the patient note list instead of the generic Note label, so multiple notes from the same day are easier to distinguish.

    Learn more: Note titles
    Mobile SDK v2.6.0 | New Action required

    Medication Orders in Session Context

    Provide optional medication orders via SukiAmbientConstant.kOrdersInfo and MedicationOrderKeys.kMedicationOrders after session creation in the iOS SDK to include medications tied to a visit, such as those from your EHR.

    Learn more: Orders info

    Mobile SDK v2.6.0 | Noteworthy

    EMR Info in Session Context

    Provide optional EMR info via SukiAmbientConstant.kEmrInfo after session creation in the iOS SDK, to include information about the EMR system that applies to the session, such as the vendor code or environment-specific label.

    Learn more: EMR info

    API v1.3.0 | New

    New Info Endpoints

    Added new endpoints to get the list of supported medication coding systems, dosage units, encounter relations, frequencies, medication timings, origins, and statuses.

    Learn more: Info endpoints

    API v1.3.0 | New

    Medication Order Support

    Medication orders are now supported in the API. You can now send and retrieve medication orders for an ambient session to be used in the note generation process.

    Learn more: Medication orders Β· Learn more: Changelog

  • March2026
    API v1.2.1 | New

    Audio Streaming and Download

    New endpoint to stream or download the original audio from an ambient session using a presigned URL. Use it for playback, note verification, or compliance storage.

    Learn more: Audio streaming and download Β· Get session recording API

    Web SDK v2.1.2 | New

    Webhook Support

    When a session completes or fails, Suki sends a POST to your callback URL, same as when using the direct API. Configure one webhook URL per partner during onboarding.

    Learn more: Notification webhook
    Web SDK v2.1.2 | Noteworthy

    Existing Patient Diagnoses for Problem-Based Charting

    Pass existing diagnoses from the EMR in ambientOptions.diagnoses so the session merges them with what’s discussed during the visit and avoids duplicate problems in the note.

    Learn more: Existing patient diagnoses
  • February2026
    API v1.1.1 | Action required

    Multilingual Parameter Deprecated

    Removed multilingual from Create ambient session calls. Multilingual support is always on, which simplifies integration.

    Learn more: Create ambient session
  • January2026
    Headless Web SDK v0.2.2 | Noteworthy

    Session Type Detection

    useAmbientSession exposes sessionType so you can tell whether a session was submitted online or offline and adjust UI or handling.

    Learn more: Headless Web SDK changelog
    Web SDK v2.1.1 | Noteworthy

    Multilingual and Optional Patient Fields

    Multilingual is on by default in the Web SDK. birthDate and gender on Patient are optional when that data is unavailable.

    Web SDK v2.1.1 | Action required

    AmbientOptions: prefill.noteTypeIds Removed

    Use the sections property instead of prefill.noteTypeIds before upgrading.

2025

2024