cURL
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)
deprecated
Show child attributes
male
female
other
unknown
Was this page helpful?