Add gazetteer entries
_On-premise installations only._
Allows you to dynamically add gazetteer
entries to your instance. The entities object must be formatted as:
```json
{
"entities": {
"EntityTypeName": ["Value1", "Value2"]
}
}
```
Example:
```json
{
"entities": {
"COMPANY": ["New Corp", "Best Business"]
}
}
Authentication
X-RosetteAPI-Keystring
API Key authentication via header
Request
This endpoint expects an object.
language
Three-letter ISO 693-3 language code.
configuration