# PII-NER Personally Identifiable Information (PII) Entity Recognition (ER) is an NLP task used to identify important named entities in the text such as people, places, organizations, date, or any other category. Endpoint: POST /text/nlp/pii/llm Version: 2025-08-18T18:01:56Z Security: api_key ## Request fields (application/json): - `text` (string, required) The text content with UTF-8 text representation - `ishtml` (boolean) A boolean flag that should be set to true if text is in HTML markup. - `random` (number) Controls the amount of randomness in the generated text. Lowering this will result in the output to be more deterministic. - `model` (string) The generative model to use. Enum: "gpt4-o", "gpt4-o-mini", "gpt4", "gpt4-t", "o1", "o1-mini"