---
title: "Seed ambient session metadata (deprecated)"
method: POST
path: "/api/v1/ambient/session/{ambient_session_id}/metadata"
tags: ["/api/v1/ambient/session"]
deprecated: true
---

# Seed ambient session metadata (deprecated)

`POST /api/v1/ambient/session/{ambient_session_id}/metadata`

> **Deprecated.**

Seeds metadata for an ambient session. **Deprecated.** Use `POST /api/v1/ambient/session/{ambient_session_id}/context` instead.

## Path parameters

- `ambient_session_id` string, required

## Headers

- `sdp_provider_id` string

## Request body

- ControllersSessionMetadata — Session metadata for the ambient session. **Deprecated.** Use context APIs instead.
  - `note_sections` ControllersNoteSection[] — **Optional** - Default note sections used if not provided
    - `description` string
    - `title` string
  - `patient_dob` string — **Optional** - {YYYY-MM-DD}
  - `patient_sex` 'male' | 'female' | 'other' | 'unknown' — **Optional**
  - `provider_specialty` string — **Optional** - Defaults to FAMILY_MEDICINE if not provided

## Response `200`

Request succeeded.

## Other responses

- `400` — Bad request. The request body or parameters failed validation.
- `401` — Unauthorized. The Suki access token is missing, expired, or invalid.
- `403` — Forbidden. The authenticated user cannot access this resource.
- `404` — Not found. The session, encounter, or resource ID does not exist.
- `500` — Internal server error.

---

[API](https://skmtc.dev/suki/apis/suki-developer-platform.md) · [All operations](https://skmtc.dev/suki/apis/suki-developer-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/suki/suki-developer-platform/revisions/5f420a18fb68/schema)
