POST
/
api
/
v1
/
datasets
Create New Dataset
curl --request POST \
  --url https://api.cognee.ai/api/v1/datasets \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>"
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "ownerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.