Create Entity
Creates a new entity in the graph.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
collection_id
The collection ID corresponding to the graph to add the entity to.
Headers
X-API-Key
Request
This endpoint expects an object.
name
The name of the entity to create.
description
The description of the entity to create.
category
The category of the entity to create.
metadata
The metadata of the entity to create.
Response
Successful Response
results
An entity extracted from a document.