Skip to main content
POST
/
Dataset
/
{datasetId}
/
knowledge-graph
/
build
Trigger knowledge graph construction
curl --request POST \
  --url https://api.starleads.co/Dataset/{datasetId}/knowledge-graph/build \
  --header 'X-Api-Key: <api-key>'
{
  "success": true
}

Authorizations

X-Api-Key
string
header
required

Headers

X-Api-Key
string
required

Api key to pass as a X-Api-Key request header.

Path Parameters

datasetId
string
required

ID of the dataset.

Response

Knowledge graph build triggered successfully

Generic success response

success
boolean

Indicates the operation was successful