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

Body

application/json
name
string | null
required
cells
NotebookCell · object[] | null

Response

Successful Response