DataXID

DataXID API

Privacy-preserving synthetic data generation. Your raw data never leaves your environment — privacy enforced by architecture, not policy.


Quick Example

import dataxid
import pandas as pd

dataxid.api_key = "dx_test_..."
df = pd.read_csv("customers.csv")

synthetic = dataxid.synthesize(data=df, n_samples=5000)

5 lines of code. No data leaves your machine.

On this page