User settings

User settings are a way to store default values that can be utilized by certain Symbl.ai features and API requests. For example, with user settings, you can define a default duration for your bookmarks.

User settings are updated with the Management API.

You can define settings for the following features:

Get user settings

This section describes how to get the user settings for your account using the Management API. The supported operations are described in the Get user settings API reference topic.

Authentication

These requests require an access token, as described in Authenticate.

To get user settings, use the following operation:

GET https://api.symbl.ai/v1/manage/settings

Update user settings

This section describes how to update the user settings for your account using the Management API.

This request uses RFC 6902 patch operations to update user settings. The specific operations that are supported depend on the settings you are updating. The supported operations are described in the Update user settings API reference topic.

Authentication

These requests require an access token, as described in Authenticate.

To update user settings, use the following operation:

PATCH https://api.symbl.ai/v1/manage/settings