DataXID API
Privacy-preserving synthetic data generation. Your raw data never leaves your environment — privacy enforced by architecture, not policy.
Get started in 5 minutes
Install the SDK, set your API key, generate synthetic data.
API Reference
Full endpoint documentation with Python examples. Request/response schemas.
Error Codes
Every error code, when it occurs, how to resolve it.
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.