User Preferences
User Preferences
Update user personalization preferences for clinical note generation
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, you only need to send the fields you want to change.Code examples
- Python
- TypeScript
Headers
sdp_suki_token
Unique identifier for the provider. Optional for standard partners. Required for Single Auth Token authentication, where multiple providers share the same partner_token.
Example:
"provider-123"
Body
application/json
The request body must be a JSON object containing a preference object.
User preference settings for personalization
Optional - Settings for content generation customization
Response
Success Response
Response body for the /user/preferences endpoint
Updated user preference settings
Last modified on June 12, 2026
cURL