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 does not have an example.
Seeds metadata for the ambient session. This API is deprecated. Please use /api/v1/ambient/session//context instead
sdp_suki_token
ambient_session_id
Metadata
Request body for the /session/{ambient_session_id}/metadata endpoint
Success Response