Skip to main content
POST
/
api
/
v1
/
remember
Remember
curl --request POST \
  --url https://api.cognee.ai/api/v1/remember \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'data=<string>' \
  --form 'datasetName=<string>' \
  --form datasetId= \
  --form node_set= \
  --form run_in_background=false \
  --form custom_prompt= \
  --form chunks_per_batch=10 \
  --form data.items='@example-file'
{}

Authorizations

Authorization
string
header
required

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

Body

multipart/form-data
data
file[]
datasetName
string | null
datasetId
Example:

""

node_set
string[] | null
run_in_background
boolean | null
default:false
custom_prompt
string | null
default:""
chunks_per_batch
integer | null
default:10

Response

Successful Response

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