Web SDK Hero Light Web SDK Hero Dark

Suki Ambient API

Our Ambient Clinician Note Generation is a set of APIs designed to facilitate the creation of clinician notes. These APIs allow you to send provider and encounter data, retrieve the generated clinician note, and access transcriptions. This enables seamless integration into healthcare applications, streamlining clinical documentation workflows.

How It Works: The Core Workflow

Integrating with the Suki Ambient API follows a straightforward, session-based workflow. At a high level, you will:

  • Authenticate: Securely log in to receive a sdp_suki_token for accessing the system.
  • Create a Session: Initiate a new session for a specific patient encounter to get an ambient_session_id.
  • Stream Audio: Send a real-time audio stream of the patient-clinician conversation to our WebSocket endpoint.
  • End Session: Signal that the conversation is over, which triggers the AI-powered note generation process.
  • Retrieve Content: Fetch the final, structured clinical note and the full transcript once processing is complete.

Before You Begin: Access & Credentials

To ensure a guided onboarding and secure integration, access to our Ambient APIs requires specific partner credentials. Before you can make your first API call, you will need to obtain these credentials.

  1. Obtain Access: If you are interested in using our Ambient APIs, please reach out to our partnership team. They will guide you through the onboarding process and necessary access.

Getting started with ambient APIs

The detailed, step-by-step guide below outlines the APIs and their flow for establishing an online ambient session that generates a clinical note from a clinician-patient conversation in a healthcare setting.

For comprehensive API specifications, please refer to the appropriate API reference page.

Client < > Suki Interaction