Get PII capabilities
Reports the entity catalog, supported regions, and default thresholds the PII detection service currently exposes, including per-entity default thresholds.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
OK
Supported detector languages, e.g. "en", "nl". There is no "auto" value.
Universal entity types available regardless of region, e.g. PASSPORT, LICENSE_PLATE, UUID, JWT, BIC.
Every entity type the service can detect across all regions and the base catalog.
Region codes the service recognizes, e.g. "nl", "gb", "all".
Maps each region code to the entity types it gates. Use this to find the
type to name in entities when you need a per-entity threshold on a type
a region gates.
Sparse per-entity default thresholds; entities absent here fall back to default_threshold.
Confidence cutoff applied when neither threshold nor an entity-specific
override is supplied.
Maximum number of characters accepted per request.