Create

Create a new knowledge graph.

Authentication

Authorizationstring
API Key authentication via header

Request

This endpoint expects an object.
namestringRequired
The name of the knowledge graph
descriptionstring or nullOptional
The description of the knowledge graph
is_activebooleanOptionalDefaults to true
Whether the knowledge graph is active

Response

Successful Response
idstringformat: "uuid"
namestring
organization_idstringformat: "uuid"
is_activeboolean
Whether the knowledge graph is active
descriptionstring or null
The description of the knowledge graph
report_countinteger or nullDefaults to 0Deprecated

Deprecated: field no longer reflects live counts

media_countinteger or nullDefaults to 0Deprecated

Deprecated: field no longer reflects live counts

document_countinteger or nullDefaults to 0Deprecated

Deprecated: field no longer reflects live counts

crawl_countinteger or nullDefaults to 0Deprecated

Deprecated: field no longer reflects live counts

Errors