Create Ambient Session
Initialize a new Ambient session for patient encounter documentation
- Pass
emr_encounter_idto enable cross-modality ambient interoperability. - The response now includes
composition_id. Use it asnote_idwith the note-level Ambient APIs. - The
multilingualparameter is deprecated. Multilingual support is enabled by default for all ambient sessions.
ambient_session_id for session-scoped operations such as context, streaming, status, and session content.
Store the composition_id from the response. You will pass this value as the when you call the following note-level Ambient APIs:
To learn how to use ambient across modalities, refer to the Ambient interoperability guide.
Request body fields
All fields in the request body are optional. Suki generates values you omit, except that cross-modality interoperability requiresemr_encounter_id.
- We recommend that recordings are at least 1 minute long. Short recordings may not contain enough information for note generation.
- If the recording is too short, note generation may be skipped.
- For interoperable workflows, pass a valid UUID for
emr_encounter_id. - To continue a note on another modality, pass the existing
emr_encounter_id. - Do not create sessions for the same
emr_encounter_idat the same time. Wait at least 1 second between create requests for that encounter. Faster back-to-back creates can return a conflict.
Code examples
- Python
- TypeScript
Authorizations
Suki access token (suki_token) from Login or Register. Expires after one hour.
Headers
Optional for standard partners.
Required for:
- Bearer authentication. Use the same
provider_idreturned by the Login or Register API. - Single Auth Token authentication. Include the same
provider_idon every request assdp_provider_id.
"provider-123"
Body
Optional session identifiers for Ambient session create. Pass emr_encounter_id to enable cross-modality interoperability.
Optional - UUID for this Ambient session. Suki generates one when omitted and returns it in the response.
"123dfg-456dfg-789dfg-012dfg"
Optional - UUID for your EMR or EHR visit. Pass this when you want the same Ambient note to work across APIs and SDKs. Required for cross-modality Ambient workflows.
"123dfg-456dfg-789dfg-012dfg"
Optional - Session group ID that groups Ambient sessions under one note. Pass the same value when you continue or re-ambient a note. Up to 255 characters. If omitted on the first session, Suki generates one.
"123dfg-456dfg-789dfg-012dfg"
Deprecated. Multilingual support is enabled by default for all Ambient sessions.
false
Response
Resource created successfully.
Identifiers returned after Ambient session create.