PUT
/
settings
curl --request PUT \
  --url https://v2.api.supermemory.ai/settings \
  --header 'Content-Type: application/json' \
  --data '{
  "categories": [
    "<string>"
  ],
  "filterPrompt": "<string>",
  "includeItems": [
    "<string>"
  ],
  "excludeItems": [
    "<string>"
  ],
  "shouldLLMFilter": false
}'

Body

application/json
categories
string[]
filterPrompt
string
Required string length: 1 - 750
includeItems
string[]
excludeItems
string[]
shouldLLMFilter
boolean
default:false