Skip to main content
POST
/
api
/
v1
/
configuration
/
store_user_configuration
Store User Configuration
curl --request POST \
  --url https://api.cognee.ai/api/v1/configuration/store_user_configuration \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "config": {}
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

application/json
name
string
config
Config · object

Response

Successful Response