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 does not have an example.

Headers

sdp_suki_token
string
required

sdp_suki_token

Path Parameters

ambient_session_id
string
required

ambient_session_id

Body

application/json

Metadata

Request body for the /session/{ambient_session_id}/metadata endpoint

Response

200

Success Response