Skip to main content
POST
/
api
/
v1
/
improve
Improve
curl --request POST \
  --url https://api.cognee.ai/api/v1/improve \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "extractionTasks": [],
  "enrichmentTasks": [],
  "data": "",
  "datasetName": "<string>",
  "datasetId": "",
  "nodeName": [],
  "runInBackground": false,
  "sessionIds": []
}
'
{}

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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
extractionTasks
string[] | null
Example:
[]
enrichmentTasks
string[] | null
Example:
[]
data
string | null
default:""
datasetName
string | null
datasetId
Example:

""

nodeName
string[] | null
Example:
[]
runInBackground
boolean | null
default:false
sessionIds
string[] | null
Example:
[]

Response

Successful Response

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