v1

latestOpenAPI 3.1.02026-08-041911887.3 KB
Entities

Search A.I. trained entities by type and name

get/entities

Query parameters

namestring

Any entity whose name contains this search term will match

type'person' | 'organisation' | 'location' | 'substance' | 'disease' | 'product' | 'regulation'
sizeinteger
from-cursorstring
Example:RjQ2RTRBQUEtQTNGRi00MEI3LUE1NEYtNTA0NEQxMjc5NkU3

Use the next-cursor field from a previous response to get the next page of results (see Pagination)

Response

Returns the list of trained entities matching the search term and type. If no search term is provided, a list containing all entities will be returned.

next-cursorstring

Example response

{
  "entities": [
    {
      "id": "bcd2d868-ed38-4382-b94a-622a30fc3215"
    }
  ],
  "next-cursor": "RjQ2RTRBQUEtQTNGRi00MEI3LUE1NEYtNTA0NEQxMjc5NkU3"
}