Detect entities such as PII, PHI or PCI in the provided text strings using Private AI's entity detection engine.
Successful Response
Bad Request
Internal Server Error
Client Error
[- {
- "entities": [
- {
- "text": "string",
- "location": "Location object containing the start-end character indexes of given entity in the input text.",
- "label": "string",
- "likelihood": 0,
- "validation_results": [
- {
- "formatted": "string",
- "validation_method": "luhn",
- "status": "valid"
}
]
}
], - "entities_present": true,
- "characters_processed": 0,
- "languages_detected": {
- "property1": 0,
- "property2": 0
}
}
]