REDACT AND DE-IDENTIFY PII AND PHI

Philter

Philter redacts PII and PHI from text and documents.

Philter can help you maintain HIPAA compliance, meet industry regulations, and leverage your documents for valuable secondary purposes.

Philter’s API allows for integration with your current systems. Philter runs in your cloud and your data never leaves your cloud and is not sent to any third-party.

Philter is open source software.

Redact ChatGPT API Requests

The Philter OpenAI Proxy redacts PII and PHI from OpenAI (ChatGPT) API requests. Learn more about it in our blog post.

Redaction is more than *****.

Redaction is more than finding words and replacing them with asterisks, but we are guessing you already knew that. Here are a few things Philter can do.

Choose the PII and PHI to redact

Philter can redact many types of PII and PHI: names, ages, phone numbers, ID numbers, credit card numbers, VINs, SSNs/ITINs, and more.

Choose how to redact it

You can choose how to redact each type of PII and PHI. Masking, encryption, and anonymization are all options.

Redact only certain instances

Perhaps only certain names should be redacted. Or maybe only zip codes with a certain population. Philter can do it.

Philter is API-based

You send Philter text. Philter happily sends back the redacted text. It's that easy.

Philter is highly configurable. You have much control over what PII/PHI is redacted and how each is redacted in configurations called policies.

Learn more about policies.

Here's an example

> curl http://localhost:8080/api/filter \

--data "His ssn was 123-45-6789." \

-H "Content-type: text/plain"

> His ssn was ***********.

Philter SDKs are available for Java, .NET, and Go, but Philter is easily used from any language.