Strip PHI Before It Hits Your LLM: A Free De-identification API for Clinical Text
Most healthcare AI teams hit the same wall: you want to use GPT or Claude to summarize clinical notes, but PHI can't leave your environment without a BAA, and most LLM providers don't cover that. The workaround that actually works: de-identify the text before the LLM call. The LLM never sees PHI. No BAA needed for the LLM provider. Quick Example curl -X POST https://tiamat.live/api/scrub \ -H 'Content-Type: application/json' \ -d '{"text": "Patient seen by Dr. Williams, DOB 0...
Original Source
Read the full article at Dev →KhanList aggregates and links to publicly available news content. We do not host full articles from third-party sources. Always verify important information with original sources.