This release introduces the Form Filling API (beta) so you can create and manage form-filling sessions, retrieve structured data, submit feedback, and query medical form templates for nursing workflows and data collection during in-person or virtual encounters. For the Web SDK, we’ve shipped Minimized layout: the headed UI shrinks to a compact, viewport-aligned widget during ambient sessions so clinicians keep the EHR or patient chart in focus while capture continues in the background, and developers can reclaim screen space for your own UI.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.
What’s new
New features
Form Filling API v1.0.0Form Filling API (beta): The initial release of the Suki Form Filling API. This API allows you to create and manage form-filling sessions, retrieve structured data, submit feedback, and get information about medical form templates for nursing workflows and data collection during in-person visits or virtual encounters.Available endpoints:- POST /api/v1/form-filling/session/create - Create a new form-filling session
- POST /api/v1/form-filling/session//context - Get the context for a form-filling session
- PATCH /api/v1/form-filling/session//context - Update the context for a form-filling session
- POST /api/v1/form-filling/session//end - End a form-filling session
- GET /api/v1/form-filling/session//status - Get the status of a form-filling session
- GET /api/v1/form-filling/session//structured-data - Get the structured data for a form-filling session
- POST /api/v1/form-filling/session///feedback - Submit feedback for a form-filling session
- GET /api/v1/info/suki-medical-form-templates - Get information about medical form templates
What’s enhanced
Enhancements
Web SDK v3.1.0Minimized layout: The Suki Web SDK now supports a minimized layout for ambient sessions in the headed iframe. When minimize capability is enabled, the UI can move from the full headed panel into a compact, viewport-aligned widget while recording, pause, cancel, and generate actions continue in the same session.- The SDK sends layout values such as
expanded,minimized, andminimized-pausedso your host app can collapse the mount wrapper and let the chart or other primary content reclaim the space.
- Collapsing the mount wrapper
- Keeping overflow visible
- Restoring the full headed panel when the SDK returns to
expanded