Ambient Session Management
End Ambient Session
Complete Ambient session and trigger clinical note generation
POST
cURL
Use this endpoint to end an and trigger the generation process.
Ending an ambient session closes that recording so Suki can process it. It does not close the patient . Create another ambient session for the same encounter when the visit needs more capture.
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.
Example:
"provider-123"
Path Parameters
UUID for the ambient session. Use the ambient_session_id returned from Create Ambient Session, or the UUID you supplied in that request.
Response
Last modified on August 20, 2026
cURL