POST
/
api
/
v1
/
settings
Save Settings
curl --request POST \
  --url https://api.cognee.ai/api/v1/settings \
  --header 'Content-Type: application/json' \
  --data '{
  "llm": {
    "provider": "<string>",
    "model": "<string>",
    "apiKey": "<string>"
  },
  "vectorDb": {
    "provider": "<string>",
    "url": "<string>",
    "apiKey": "<string>"
  }
}'
"<any>"

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.