Get entities

This page describes how to get custom entities that you created 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.

Get custom entity

To get a custom entity, use the following operation:

GET https://api.symbl.ai/v1/manage/entities/{entityId}

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

Get custom entities

To get multiple custom entities, use the following operation:

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

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