GET
/
api
/
v1
/
ambient
/
session
/
{ambient_session_id}
/
transcript
Gets the completed transcripts for the ambient session.
curl --request GET \
  --url https://sdp.suki-stage.com/api/v1/ambient/session/{ambient_session_id}/transcript \
  --header 'sdp_suki_token: <sdp_suki_token>'
{
  "final_transcript": [
    {
      "end_offset": {
        "hours": 0,
        "minutes": 6,
        "nanos": 80000000,
        "seconds": 42
      },
      "end_time": "2024-12-04T09:40:48.792948332Z",
      "recording_id": "c9d59aa8-cd48-4f5a-be81-5d0c9d2a5885",
      "start_offset": {
        "hours": 0,
        "minutes": 6,
        "nanos": 80000000,
        "seconds": 42
      },
      "start_time": "2024-12-04T09:40:42.393948332Z",
      "transcript": "The patient has shown an allergy to pollen",
      "transcript_id": "01JE8GP4RTHH0KDEGRSTRVPMGH"
    }
  ]
}

Headers

sdp_suki_token
string
required

sdp_suki_token

Path Parameters

ambient_session_id
string
required

ambient_session_id

Response

200
application/json

Success Response

Response body for the /session/{ambient_session_id}/transcript endpoint