v1
latestOpenAPI 3.0.12026-07-2649123153.6 KB/api/v1/ambient/session
Creates an ambient session.
Creates a new ambient session for patient encounter documentation. Returns an ambient_session_id to use in context, streaming, status, and content APIs. Both request body fields are optional; Suki generates any values you omit.
post/api/v1/ambient/session/create
Headers
sdp_provider_idstring
Example:provider-123
Optional for standard partners.
Required for:
- Bearer authentication. Use the same provider_id returned by the Login or Register API.
- Single Auth Token authentication. Include the same provider_id on every request as sdp_provider_id.
Request body
Example request
{
"ambient_session_id": "123dfg-456dfg-789dfg-012dfg",
"emr_encounter_id": "123dfg-456dfg-789dfg-012dfg",
"encounter_id": "123dfg-456dfg-789dfg-012dfg"
}Response
Resource created successfully.
Example response
{
"ambient_session_id": "123dfg-456dfg-789dfg-012dfg",
"composition_id": "123dfg-456dfg-789dfg-012dfg"
}