Skip to main content
POST
cURL
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 .

Authorizations

sdp_suki_token
string
header
required

Suki access token (suki_token) from Login or Register. Expires after one hour.

Headers

sdp_provider_id
string

Optional for standard partners.

Required for:

  • Bearer authentication. Use the same provider_id returned by the Login or Register API.
  • Single Auth Token authentication. Include the same provider_id on every request as sdp_provider_id.
Example:

"provider-123"

Path Parameters

ambient_session_id
string
required

UUID for the ambient session. Use the ambient_session_id returned from Create Ambient Session, or the UUID you supplied in that request.

Body

application/json

Session metadata for the ambient session. Deprecated. Use context APIs instead.

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 July 23, 2026