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.