Skip to main content
POST
/
api
/
v1
/
settings
Save Settings
curl --request POST \
  --url https://api.cognee.ai/api/v1/settings \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
llm
LLMConfigInputDTO · object
vectorDb
VectorDBConfigInputDTO · object

Response

Successful Response