v1

latestOpenAPI 3.1.02026-07-26405.8 KB

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