POST
/
api
/
v1
/
search
Search
curl --request POST \
  --url https://api.cognee.ai/api/v1/search \
  --header 'Content-Type: application/json' \
  --data '{
  "searchType": "GRAPH_COMPLETION",
  "datasets": [
    "<string>"
  ],
  "datasetIds": [],
  "query": "What is in the document?",
  "topK": 123
}'
[
  "<any>"
]

Body

application/json

Response

200
application/json

Successful Response

The response is of type any[].