Detect entities such as PII, PHI or PCI in the provided text strings using Private AI's entity detection engine. After entity detection, any entities found can be redacted, masked or replaced with AI-generated synthetic entities.
Successful Response
Bad Request
Internal Server Error
Client Error
[- {
- "processed_text": "string",
- "entities": [
- {
- "processed_text": "string",
- "text": "string",
- "location": "Location object containing the start-end character indexes of given and processed text.",
- "best_label": "string",
- "labels": {
- "property1": 0,
- "property2": 0
}
}
], - "entities_present": true,
- "characters_processed": 0,
- "languages_detected": {
- "property1": 0,
- "property2": 0
}
}
]