Skip to main content
POST
/
api
/
v1
/
cognify
Cognify
curl --request POST \
  --url https://api.cognee.ai/api/v1/cognify \
  --header 'Content-Type: application/json' \
  --data '
{
  "datasets": [
    "<string>"
  ],
  "datasetIds": [],
  "runInBackground": false
}
'
{}

Body

application/json
datasets
string[] | null
datasetIds
string<uuid>[] | null
Example:
[]
runInBackground
boolean | null
default:false

Response

Successful Response

The response is of type Response Cognify Api V1 Cognify Post · object.