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

# December 2025

> December 2025 release notes for Suki APIs and SDKs

This release adds the Audio Transcription API, visit context parameters for the iOS SDK, and the initial beta of the Headless Web SDK.

## What's new

<span id="audio-transcription-api" />

<Update label="December 2025 - New" description="Audio transcription API" tags={["New Features"]}>
  ### New features

  <Badge icon="code" size="sm" color="blue">API v1.1.0</Badge>

  **Audio transcription API**: We've added support for real-time audio transcription.

  Create transcription sessions, stream transcription data, and end sessions to get final transcripts for dictation, captioning, and transcript generation.

  * <Badge color="blue" size="sm">POST</Badge> [/api/v1/transcription/session/create](/api-reference/audio-transcription/create-session)
  * <Badge color="blue" size="sm">POST</Badge> [/api/v1/transcription/session/{id}/end](/api-reference/audio-transcription/end-session)
  * <Badge color="green" size="sm">GET</Badge> [/ws/transcribe](/api-reference/audio-transcription/stream-transcription)

  **Why it matters**: Supports dictation, live captioning, and transcript generation without ambient note creation.
</Update>

<span id="visit-context-and-headless-sdk" />

<Update label="December 2025 - New" description="Visit context and Headless Web SDK" tags={["New Features"]}>
  <Badge icon="mobile" size="sm" color="purple">iOS SDK v2.5.0</Badge>

  **Visit context parameters**: We've added support for visit-related metadata in `setSessionContext`: visit type, encounter type, provider role, reason for visit, and chief complaint to improve note accuracy.

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

  **Initial beta release**: We've released the first beta of the Headless Web SDK for building custom ambient integrations with full UI control.

  **Why it matters**: Visit context improves note quality. The Headless Web SDK lets you build custom ambient UIs with full control over layout and behavior.

  Learn more in the [Headless Web SDK changelog](/headless-web-sdk/changelog).
</Update>
