Create Entity

Creates a new entity in the graph.

Path parameters

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

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

X-API-KeystringRequired

Request

This endpoint expects an object.
namestringRequired
The name of the entity to create.
descriptionstringRequired
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