Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.suki.ai/llms.txt

Use this file to discover all available pages before exploring further.

The Suki Mobile SDK is a native iOS framework that enables healthcare applications to integrate AI-powered clinical documentation capabilities. It lets you embed ambient intelligence features directly into your mobile application, including conversation capture, AI-generated clinical notes, and session management.
Currently, the Suki Mobile SDK supports iOS applications. Android support may be available in future releases. The SDK is distributed as a .framework file that can be integrated into Xcode projects.
The Mobile SDK provides several key capabilities:
  • Session management: Create, start, pause, resume, end, and cancel clinical documentation sessions
  • Offline mode: Continue recording during network interruptions with automatic sync when connection is restored
  • AI-generated content: Transform conversations into structured clinical notes using Suki’s AI
  • Real-time events: Receive session updates through delegate callbacks
  • Security: HIPAA-compliant with end-to-end encryption for all data
Yes, you need to contact Suki’s partnership team to get access to the Mobile SDK. Additionally, your iOS app must request microphone permissions since the SDK needs to record audio for clinical documentation.
The Mobile SDK requires iOS 13.0 or later. Make sure your app’s deployment target is set to iOS 13.0 or higher to use the SDK features.
Yes, you can integrate the Mobile SDK into multiple iOS applications. Each app will need to be configured with the appropriate partner information and authentication tokens.
Yes, the Mobile SDK is designed with healthcare-grade security features and HIPAA compliance in mind. All audio data and clinical content is encrypted both in transit and when stored locally on the device.
The SDK supports various medical specialties through the provider configuration. Specify the specialty during initialization, and the AI will generate content appropriate for that specialty.
Last modified on April 9, 2026