Skip to main content
POST
/
api
/
v1
/
ambient
/
session
/
{ambient_session_id}
/
metadata
Seeds metadata for the ambient session.
curl --request POST \
  --url https://sdp.suki-stage.com/api/v1/ambient/session/{ambient_session_id}/metadata \
  --header 'Content-Type: application/json' \
  --header 'sdp_suki_token: <sdp_suki_token>' \
  --data '{
  "note_sections": [
    {
      "description": "The main reason for the visit",
      "title": "CHIEF COMPLAINT"
    }
  ],
  "patient_dob": "2000-01-01",
  "patient_sex": "male",
  "provider_specialty": "CARDIOLOGY"
}'
This response has no body data.
This end point is deprecated
We no longer support this endpoint. If you are using it, please update your code to use the Context endpoint instead.

Headers

sdp_suki_token
string
required

Path Parameters

ambient_session_id
string
required

Body

application/json
note_sections
object[]
patient_dob
string
Example:
patient_sex
enum<string>
Available options:
male,
female,
other,
unknown
Example:
provider_specialty
string
Example: