Skip to main content
Hero Light

Overview

Suki Mobile SDK provides native ambient intelligence capabilities for iOS applications. This is headless SDK that allows you to embed ambient intelligence capabilities directly into your native iOS applications. With the mobile SDK, you can integrate our Ambient Clinician Note Generation features to capture clinical conversations, generate notes, and streamline documentation workflows.

Mobile SDK Capabilities

With just a few lines of code, you can use the SDK to:
  • Capture Conversations: Enable hands-free, real-time ambient transcription of clinical conversations.
  • Generate Notes: Automatically transform conversations into structured clinical documentation using Suki’s AI.
  • Manage Sessions: Handle the entire session lifecycle seamlessly within your application.
  • Ensure Security: All data processing is handled with HIPAA-grade privacy and security.
Refer to the Mobile SDK Capabilities page for more details on the capabilities of the Mobile SDK.

Guide Navigation

To get started with the Mobile SDK, you can follow the guides in the following order:
GuidePurposeKey Capabilities
Create SessionSession initialization and context setupPatient info, clinical sections, multilingual support
Recording ControlsRecording lifecycle managementStart, pause, resume, end, cancel operations
Session Status & Content RetrievalContent generation monitoring and retrievalStatus checking, content fetching, error handling
Offline ModeNetwork resilience and offline capabilities15-second buffer, local storage, auto-sync
Session Events & DelegatesReal-time event handlingDelegate pattern, event types, UI integration
Clearing SessionsSession cleanup and data privacyUser logout, data clearing, memory management

Complete Ambient Session Workflow

The diagram below shows the complete ambient session workflow and how you can use the Mobile SDK to manage the session lifecycle.

Next Steps

To begin the integration, follow our Installation Guide. If you need access to the SDK, please contact our partnership team. Once you have installed the SDK, start with create session to begin implementing the ambient session workflow, then follow the guides in sequence to build a complete integration.