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

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

Response

Successful Response

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