What’s new
New features
Form Filling API v1.0.0Form Filling API: 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