Supported Domains
Domains help Guardian Layer choose the analysis context for proprietary transformation workflows.
Most users should start with General.
Domain Values
| Domain | Use when |
|---|---|
General | You are processing broad business, customer, support, or mixed-purpose text. |
Medical | You are processing healthcare or clinical-style text. |
Finance | You are processing financial, banking, payment, audit, or account-related text. |
Custom | You 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.