Skip to main content
GET
Get PII capabilities

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

languages
string[]

Supported detector languages, e.g. "en", "nl". There is no "auto" value.

base_entities
string[]

Universal entity types available regardless of region, e.g. PASSPORT, LICENSE_PLATE, UUID, JWT, BIC.

all_entities
string[]

Every entity type the service can detect across all regions and the base catalog.

regions
string[]

Region codes the service recognizes, e.g. "nl", "gb", "all".

region_entities
object

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.

entity_thresholds
object

Sparse per-entity default thresholds; entities absent here fall back to default_threshold.

default_threshold
number<double>

Confidence cutoff applied when neither threshold nor an entity-specific override is supplied.

max_text_chars
integer<int32>

Maximum number of characters accepted per request.