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

Path Parameters

notebook_id
string<uuid>
required
cell_id
string<uuid>
required

Body

application/json
content
string
required

Response

Successful Response