Skip to main content
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.
If you get a skipped status, it means that the note was not generated because the conversation was empty or the session was too short.
  • When building the Stop Ambient flow, send RU9G, end the session, and then poll for the final status. For guidance on what your UI should show at each step, see End an ambient session.
  • For a request-level example of ending an Ambient session after streaming, refer to End Ambient after streaming guide.

Code examples

Authorizations

sdp_suki_token
string
header
required

Suki access token (suki_token) from Login or Register. Expires after one hour.

Headers

sdp_provider_id
string

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.
Example:

"provider-123"

Path Parameters

ambient_session_id
string
required

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