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.Add metadata to ambient session (deprecated - use context endpoint instead)
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.deprecatedsdp_suki_token
ambient_session_id
Metadata
Request body for the /session/{ambient_session_id}/metadata endpoint
Optional - Default note sections used if not provided
Show child attributes
Optional - {YYYY-MM-DD}
"2000-01-01"
Optional
male, female, other, unknown "male"
Optional - Defaults to FAMILY_MEDICINE if not provided
"CARDIOLOGY"