Skip to main content

Supported Domains

Domains help Guardian Layer choose the analysis context for proprietary transformation workflows.

Most users should start with General.

Domain Values

DomainUse when
GeneralYou are processing broad business, customer, support, or mixed-purpose text.
MedicalYou are processing healthcare or clinical-style text.
FinanceYou are processing financial, banking, payment, audit, or account-related text.
CustomYou are using a custom or configured domain path. Confirm availability with Custodian Labs.

Default

If no domain is provided, the API defaults to:

General

Where Domains Are Used

Domains may appear in:

  • Text de-identification requests.
  • Proprietary transform output requests.
  • File de-identification form fields.
  • Python SDK Guardian Layer helper methods.

Example:

{
"text": "Please contact Maria Chen at maria@example.com.",
"domain": "General",
"masking_type": "transform",
"pii_entities": ["ALL"]
}

Notes

  • Domain support can depend on the deployed endpoint and model configuration.
  • The dashboard may default to General.
  • If you are unsure which domain to use, choose General.