v28

latestOpenAPI 3.0.0MITraw.githubusercontent.com2026-06-2881825.3 KB
Analyzer

Get supported entities

Get the list of PII entities Presidio-Analyzer is capable of detecting

get/supportedentities

Query parameters

languagestring
Example:en

Two characters for the desired language in ISO_639-1 format

Response

OK

EntityTypes[] required

A list of supported entities

Example response

[
  "PERSON"
]