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.
This release introduces info endpoints, enhanced ambient session context, iOS SDK improvements, and documentation updates. It also removes SNOMED and paused state support.
What’s new
New features
API v1.0.0Info endpoints and context: We’ve introduced three info endpoints for supported enum values (encounter types, visit types, provider roles) and updated ambient session context to support VisitContext (e.g. chief complaint, visit type) and enhanced provider context (e.g. provider_role).Learn more in Info endpoints and Ambient session context.iOS SDK 2.4.0User feedback and audio buffer: We’ve added submitFeedback(_:for:onCompletion:) for feedback on AI-generated content and the audioBufferFilled(withPercentage:) delegate for connection status in the UI.Why it matters: Info endpoints let you validate and display supported values. Visit and provider context improve note accuracy. User feedback and audio buffer improve UX and connection visibility.
What’s enhanced
Enhancements
API v1.0.0Documentation: We’ve added API reference guidelines, restructured and enhanced API documentation, rewritten the Problem-Based Charting guide, and added detailed authentication guidance for the Audio streaming API.Learn more in the API changelog.iOS SDK 2.4.0Offline handling: We’ve added a 15-second buffer before transitioning to offline mode to handle temporary connection problems and allow connection status notifications in the UI.iOS SDK 2.4.0Getting started guide: We’ve improved the getting started guide with a workflow diagram to help you understand the process of using the Suki Mobile SDK.Why it matters: Better documentation speeds up integration. The offline buffer reduces false offline transitions during brief network hiccups.
What’s removed
Removed
API v1.0.0SNOMED and paused state: We’ve removed support for SNOMED codes in the diagnosis context.We’ve also removed support for the paused state for ambient sessions.Why it matters: If you use SNOMED in diagnosis context or the paused state, update your integration before upgrading.Learn more in the Ambient session context API reference.