Skip to main content
POST
/
api
/
v1
/
sync
Sync To Cloud
curl --request POST \
  --url https://api.cognee.ai/api/v1/sync \
  --header 'Content-Type: application/json' \
  --data '
{
  "datasetIds": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}
'
{}

Body

application/json

Request model for sync operations.

datasetIds
string<uuid>[] | null

Response

Successful Response

{key}
SyncResponse · object

Response model for sync operations.