Skip to content
supermemory-new
Search
Ctrl
K
Auto
Light
Dark
Get started
Guides
API Reference
Get started
Python
HTTP
HTTP
TypeScript
TypeScript
Python
Python
Guides
API Reference
Overview
Client
Profile
Add
Memories
Forget
Update Memory
Documents
Add
List
Update
Get
Delete
Delete Bulk
Upload File
Batch Add
List Processing
Search
Execute
Documents
Memories
Settings
Get
Update
Connections
Create
Get By ID
Get By Tag
Delete By ID
Delete By Provider
Import
List
List Documents
Configure
Resources
API Reference
Copy Markdown
Open in
Claude
Open in
ChatGPT
Open in
Cursor
Copy Markdown
View as Markdown
Settings
Organization settings
Get settings
settings.
get
(
)
->
SettingGetResponse
GET
/v3/settings
Update settings
settings.
update
(
SettingUpdateParams
**kwargs
)
->
SettingUpdateResponse
PATCH
/v3/settings
Models
Expand
Collapse
class
SettingGetResponse
:
…
chunk_size
:
Optional
[
int
]
minimum
-2147483648
maximum
2147483647
exclude_items
:
Optional
[
Union
[
str
,
float
,
bool
,
3 more
]
]
One of the following:
str
float
bool
Dict
[
str
,
object
]
List
[
object
]
filter_prompt
:
Optional
[
str
]
github_client_id
:
Optional
[
str
]
github_client_secret
:
Optional
[
str
]
github_custom_key_enabled
:
Optional
[
bool
]
google_drive_client_id
:
Optional
[
str
]
google_drive_client_secret
:
Optional
[
str
]
google_drive_custom_key_enabled
:
Optional
[
bool
]
include_items
:
Optional
[
Union
[
str
,
float
,
bool
,
3 more
]
]
One of the following:
str
float
bool
Dict
[
str
,
object
]
List
[
object
]
notion_client_id
:
Optional
[
str
]
notion_client_secret
:
Optional
[
str
]
notion_custom_key_enabled
:
Optional
[
bool
]
onedrive_client_id
:
Optional
[
str
]
onedrive_client_secret
:
Optional
[
str
]
onedrive_custom_key_enabled
:
Optional
[
bool
]
should_llm_filter
:
Optional
[
bool
]
class
SettingUpdateResponse
:
…
org_id
:
str
org_slug
:
str
updated
:
Updated
chunk_size
:
Optional
[
int
]
minimum
-2147483648
maximum
2147483647
exclude_items
:
Optional
[
Union
[
str
,
float
,
bool
,
3 more
]
]
One of the following:
str
float
bool
Dict
[
str
,
object
]
List
[
object
]
filter_prompt
:
Optional
[
str
]
github_client_id
:
Optional
[
str
]
github_client_secret
:
Optional
[
str
]
github_custom_key_enabled
:
Optional
[
bool
]
google_drive_client_id
:
Optional
[
str
]
google_drive_client_secret
:
Optional
[
str
]
google_drive_custom_key_enabled
:
Optional
[
bool
]
include_items
:
Optional
[
Union
[
str
,
float
,
bool
,
3 more
]
]
One of the following:
str
float
bool
Dict
[
str
,
object
]
List
[
object
]
notion_client_id
:
Optional
[
str
]
notion_client_secret
:
Optional
[
str
]
notion_custom_key_enabled
:
Optional
[
bool
]
onedrive_client_id
:
Optional
[
str
]
onedrive_client_secret
:
Optional
[
str
]
onedrive_custom_key_enabled
:
Optional
[
bool
]
should_llm_filter
:
Optional
[
bool
]
On this page
Overview
Settings