Update settings for an organization
curl --request PUT \ --url https://v2.api.supermemory.ai/settings \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "shouldLLMFilter": true, "categories": [ "<string>" ], "filterPrompt": "<string>", "includeItems": [ "<string>" ], "excludeItems": [ "<string>" ], "filterTags": [ { "tag": "<string>", "score": 1 } ] }'
{ "message": "<string>", "settings": { "shouldLLMFilter": true, "categories": [ "<string>" ], "filterPrompt": "<string>", "includeItems": [ "<string>" ], "excludeItems": [ "<string>" ], "filterTags": [ { "tag": "<string>", "score": 1 } ] } }
1 - 750
Show child attributes
1 - 50
x >= 0
Was this page helpful?