> ## 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.

# May 2026

> May 2026 release notes for Suki APIs and SDKs

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

<span id="dictation-sdk-initial-beta" />

<Update label="May 2026 - New" tags={["New Features"]}>
  ### New features

  <Badge icon="code" size="sm" color="blue">Form Filling API v1.0.0</Badge>

  **Form 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**:

  * <Badge color="blue" size="sm">POST</Badge> [/api/v1/form-filling/session/create](/form-filling-api-reference/form-filling-sessions/create) - Create a new Form filling session
  * <Badge color="blue" size="sm">POST</Badge> [/api/v1/form-filling/session/{ambient_session_id}/context](/form-filling-api-reference/form-filling-sessions/context) - Get the context for a Form filling session
  * <Badge color="red" size="sm">PATCH</Badge> [/api/v1/form-filling/session/{ambient_session_id}/context](/form-filling-api-reference/form-filling-sessions/update-context) - Update the context for a Form filling session
  * <Badge color="blue" size="sm">POST</Badge> [/api/v1/form-filling/session/{ambient_session_id}/end](/form-filling-api-reference/form-filling-sessions/end) - End a Form filling session
  * <Badge color="green" size="sm">GET</Badge> [/api/v1/form-filling/session/{ambient_session_id}/status](/form-filling-api-reference/form-filling-sessions/status) - Get the status of a Form filling session
  * <Badge color="green" size="sm">GET</Badge> [/api/v1/form-filling/session/{ambient_session_id}/structured-data](/form-filling-api-reference/form-filling-sessions/structured-data) - Get the structured data for a Form filling session
  * <Badge color="blue" size="sm">POST</Badge> [/api/v1/form-filling/session/{ambient_session_id}/{entity}/feedback](/form-filling-api-reference/form-filling-sessions/feedback) - Submit feedback for a Form filling session
  * <Badge color="green" size="sm">GET</Badge> [/api/v1/info/suki-medical-form-templates](/form-filling-api-reference/info/suki-medical-form-templates) - Get information about medical form templates

  **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](/form-filling-api-reference/overview).
</Update>

## What's enhanced

<Update label="May 2026 - Enhanced" tags={["Enhancements"]}>
  ### Enhancements

  <Badge icon="cube" size="sm" color="green">Web SDK v3.1.0</Badge>

  **Minimized 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](/web-sdk/minimized-layout/overview) and [Minimized layout implementation](/web-sdk/minimized-layout/implementation) guides.
</Update>

## What's fixed

<Update label="May 2026 - Fixed" tags={["Resolved Issues"]}>
  ### Resolved issues

  <Badge icon="cube" size="sm" color="orange">Headless Web SDK v0.2.3</Badge>

  **Bug fixes**: Various bug fixes and stability improvements.

  **Why it matters**: Improves reliability and reduces unexpected behavior in production.
</Update>
