Skip to main content
POST
/
api
/
v1
/
ambient
/
session
/
{ambient_session_id}
/
metadata
cURL
curl --request POST \
  --url https://sdp.suki.ai/api/v1/ambient/session/<ambient_session_id>/metadata \
  --header 'Content-Type: application/json' \
  --header 'sdp_suki_token: <sdp_suki_token>' \
  --header 'sdp_provider_id: <sdp_provider_id>'
This response has no body data.
This endpoint is deprecated
We no longer support this endpoint. If you are using it, update your code to use the Context endpoint instead. That endpoint lets you set for an .

Headers

sdp_suki_token
string
required

sdp_suki_token

sdp_provider_id
string

Unique identifier for the provider. Optional for standard partners. Required for Single Auth Token authentication, where multiple providers share the same partner_token.

Example:

"provider-123"

Path Parameters

ambient_session_id
string
required

ambient_session_id

Body

application/json

Metadata

Request body for the /session/{ambient_session_id}/metadata endpoint

note_sections
object[]

Optional - Default note sections used if not provided

patient_dob
string

Optional - {YYYY-MM-DD}

Example:

"2000-01-01"

patient_sex
enum<string>

Optional

Available options:
male,
female,
other,
unknown
Example:

"male"

provider_specialty
string

Optional - Defaults to FAMILY_MEDICINE if not provided

Example:

"CARDIOLOGY"

Response

Last modified on May 22, 2026