Create Entity

POST

Creates a new entity in the graph.

Path parameters

collection_idstringRequired

The collection ID corresponding to the graph to add the entity to.

Request

This endpoint expects an object.
namestringRequired

The name of the entity to create.

descriptionstringOptional

The description of the entity to create.

categorystringOptional

The category of the entity to create.

metadatamap from strings to anyOptional

The metadata of the entity to create.

Response

Successful Response

resultsobject

An entity extracted from a document.

Errors

Built with