GET
/
v3
/
settings
curl --request GET \
  --url https://api.supermemory.ai/v3/settings \
  --header 'Authorization: Bearer <token>'
{
  "shouldLLMFilter": true,
  "filterPrompt": "<string>",
  "includeItems": [
    "<string>"
  ],
  "excludeItems": [
    "<string>"
  ],
  "filterTags": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Settings retrieved successfully

The response is of type object.