Skip to main content
POST
/
v4
/
knowledge_graph
/
neo4j
/
{rag_id}
/
deduplicate
/
Deduplicate Entities
curl --request POST \
  --url https://rag-prod.studio.lyzr.ai/v4/knowledge_graph/neo4j/{rag_id}/deduplicate/ \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
"Deduplication task successfully initiated."

Authorizations

x-api-key
string
header
required

Path Parameters

rag_id
string
required

The unique identifier (ID) of the RAG system on which to perform deduplication.

Example:

"654c602a46c3b6d4e28741b0"

Body

application/json · object

Empty request body is expected for this operation.

Response

Deduplication process successfully started or completed.

The response is of type string.

Example:

"Deduplication task successfully initiated."