Get settings
GET/v3/settings
Get settings for an organization
Returns
Get settings
curl https://api.supermemory.ai/v3/settings \
-H "Authorization: Bearer $SUPERMEMORY_API_KEY"{
"chunkSize": -2147483648,
"excludeItems": "string",
"filterPrompt": "filterPrompt",
"githubClientId": "githubClientId",
"githubClientSecret": "githubClientSecret",
"githubCustomKeyEnabled": true,
"googleDriveClientId": "googleDriveClientId",
"googleDriveClientSecret": "googleDriveClientSecret",
"googleDriveCustomKeyEnabled": true,
"includeItems": "string",
"notionClientId": "notionClientId",
"notionClientSecret": "notionClientSecret",
"notionCustomKeyEnabled": true,
"onedriveClientId": "onedriveClientId",
"onedriveClientSecret": "onedriveClientSecret",
"onedriveCustomKeyEnabled": true,
"shouldLLMFilter": true
}Returns Examples
{
"chunkSize": -2147483648,
"excludeItems": "string",
"filterPrompt": "filterPrompt",
"githubClientId": "githubClientId",
"githubClientSecret": "githubClientSecret",
"githubCustomKeyEnabled": true,
"googleDriveClientId": "googleDriveClientId",
"googleDriveClientSecret": "googleDriveClientSecret",
"googleDriveCustomKeyEnabled": true,
"includeItems": "string",
"notionClientId": "notionClientId",
"notionClientSecret": "notionClientSecret",
"notionCustomKeyEnabled": true,
"onedriveClientId": "onedriveClientId",
"onedriveClientSecret": "onedriveClientSecret",
"onedriveCustomKeyEnabled": true,
"shouldLLMFilter": true
}