Extract

Extract named entities from text using a custom-defined schema.

post/extract

Request body

textstring required

The input text to extract entities from.

entitiesobject required

A mapping of entity type names to their definition.

thresholdnumber

Global confidence threshold (0–1).

top_nnumber

Global limit on results per entity type. 0 returns all above threshold.

Response

Successful extraction

Changes

No recorded changes to this endpoint across all 1 revision of this API.