Skip to main content
PATCH
cURL
Use this endpoint to update and save a user’s preferences. These settings are saved at the user level, not per , and will be applied to all of the user’s future interactions. For details, see Personalization. Section format preferences use codes to identify note sections.
This is a PATCH request. Send only the fields you want to change. There is no partner-facing GET for preferences. Persist the values your UI shows, or call PATCH again when the clinician changes style.
Call this endpoint before ambient session starts. Preferences apply to future notes for that provider. Do not send verbosity or section_format in ambient session context. For settings UI, including what happens if style changes during a recording, refer to Note Personalization guide for recommendations.

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"

Body

application/json

Personalization settings to create or update for the authenticated user.

personalization_preference
object

Optional - Personalization settings such as note verbosity and section format.

Response

Request succeeded.

Response body for the /user/preferences endpoint

preference
object

Updated user preference settings

Last modified on August 20, 2026