Named Entity Recognition
NER API: Extracts named entities — persons, organizations, locations, and miscellaneous entities — from unstructured text using transformer-based machine learning models. Supports multilingual input and returns categorized results with confidence scores.
Named Entity Recognition endpoints
| Method | Endpoint | Description |
|---|---|---|
| NER - Language-Specific | ||
| POST |
extractEntitiesMultilingual /v2/entities/multilingual |
Extracts named entities using the multilingual model pool (xlm-roberta-large). Best for mixed-language or unknown-language input. Max text length: 5000 characters. |
| POST |
extractEntitiesEnglish /v2/entities/english |
Extracts named entities using the English-optimized model pool (dbmdz/bert-large-cased-finetuned-conll03-english). Use for English-language input to get better accuracy than the… |
| POST |
extractEntitiesGerman /v2/entities/german |
Extracts named entities using the German-optimized model pool (FacebookAI/xlm-roberta-large-finetuned-conll03-german). Use for German-language input to get better accuracy than… |
Named Entity Recognition pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 20 / minute |
|
| PRO | $8 / month | 20 / minute |
|
| ULTRA Recommended | $32 / month | 40 / minute |
|
| MEGA | $128 / month | 60 / minute |
|