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.

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.

What’s new

May 2026 - New
New Features

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:Why it matters: Build voice-driven form workflows with Suki-defined templates. Create a session, stream visit audio, and retrieve generated form instances that your application can review, edit, and save to the EHR or another downstream system.Learn more in the Form Filling API overview.

What’s enhanced

May 2026 - Enhanced
Enhancements

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, and minimized-paused so your host app can collapse the mount wrapper and let the chart or other primary content reclaim the space.
Why it matters: Clinicians can keep documentation capture running while reading the EHR, reviewing orders, or working in a dense chart layout. Developers get the SDK-managed minimized widget, but still control the surrounding layout by:
  • Collapsing the mount wrapper
  • Keeping overflow visible
  • Restoring the full headed panel when the SDK returns to expanded
Learn more in the Minimized layout overview and Minimized layout implementation guides.

What’s fixed

May 2026 - Fixed
Resolved Issues

Resolved issues

Headless Web SDK v0.2.3Bug fixes: Various bug fixes and stability improvements.Why it matters: Improves reliability and reduces unexpected behavior in production.
Last modified on May 22, 2026