Create entities

This page describes how to create a single custom entity and multiple custom entities at the same time using the Management API.

For more information about the Entity Detection feature, see Entity Detection.

Authentication

These requests require an access token, as described in Authenticate.

Create custom entity

To create a custom entity, use the following operation:

POST https://api.symbl.ai/v1/manage/entities

To make this request from the API reference, see Create custom entity.

Create custom entities

To create multiple custom entities at the same time, use the following operation:

POST https://api.symbl.ai/v1/manage/entities/bulk

To make this request from the API reference, see Create custom entities.