These endpoints transform raw data into structured knowledge graphs and remove data from them.Documentation Index
Fetch the complete documentation index at: https://docs.cognee.ai/llms.txt
Use this file to discover all available pages before exploring further.
Cognify
POST /api/v1/cognify — Transform datasets into structured knowledge graphs.
Takes uploaded data and runs entity extraction, relationship detection, and embedding generation. This is the same pipeline described in Cognify.
If you used
remember to ingest data, cognify was already executed automatically. You only need to call cognify separately when using the add endpoint.Forget
POST /api/v1/forget — Remove data from the knowledge graph.
Deletes specified content from the graph, vector store, and associated metadata. See Forget for the underlying operation.