SDKs & client libraries
Philterd SDKs
Each Philterd SDK and client library, the product it talks to, the install one-liner, and the latest version.
| SDK / client | Language | Talks to | Install | Latest | Repo |
|---|---|---|---|---|---|
| phileas | Java | Phileas (embedded) | ai.philterd:phileas
Maven coordinate. Add to your pom.xml dependencies. | philterd/phileas → | |
| phileas-python | Python | Phileas (embedded) | pip install phileas-redact | philterd/phileas-python → | |
| Phileas .NET | .NET | Phileas (embedded) | dotnet add package Phileas | philterd/phileas → Same monorepo as phileas; the .NET binding lives under the same tree. | |
| philter-sdk-java | Java | Philter API (HTTP) | ai.philterd:philter-sdk-java
Maven coordinate. Add to your pom.xml dependencies. | philterd/philter-sdk-java → |
Java is the only maintained Philter API client. For .NET, Go, Python, and every other language, call the Philter HTTP API directly using the Philter OpenAPI specification. Every running Philter instance serves the spec at /v3/api-docs with interactive Swagger UI, so you can generate a typed client in any language.