Skip to main content

Suki SDKs

Suki Software Development Kits (SDKs) help you add AI-powered clinical documentation to your healthcare applications. Each SDK includes ready-to-use components/, handles authentication automatically, and manages sessions for you, making it easy to get started.

Suki SDKs Workflow

Getting started is straightforward. First, choose the SDK that matches your use case. Refer to the Integration Decision Guide to decide which integration path is best for your requirements.

Then install the package either (Web, Mobile, or Headless Web SDK), add your credentials, and you’re ready to start your integration. The SDK handles everything else, from authentication to generating clinical notes.

The above diagram is a general workflow for all Suki SDKs. The specific implementation might be different for each SDK, but the general workflow remains the same.

Best Practices

  • Store your partnerId and partnerToken securely.
  • Request microphone permissions before starting sessions.
  • Implement proper error handling for authentication failures and network issues.
  • Test your integration across different network conditions and device permissions.