XpertSystems.ai

Synthetic W-2s, 1099s and infographics, by the file.

Pick a dataset, choose how many files, pay once. Download with your API key for 7 days.

Your API key

Your key identifies your account and downloads your files.

Dataset

One file is one unit. Every file is synthetic and describes no real person or company.

How many files

Choose a dataset first.

Pay

You pay on Stripe's secure page. Your files are ready as soon as the payment goes through.

Downloading

  1. Get the download script: xsai_download.bat and xsai_download.py (Windows), or just the .py file on Mac and Linux. It needs Python 3.8 or newer and nothing else.
  2. Put both in one folder and run the command shown under your order.
  3. If the download stops, run the same command again. Files you already have are skipped.

For your own code or an AI agent, the same thing is three calls: GET /v1/orders, then GET /v1/orders/{order_id}/files?offset=0&limit=500 page by page, then fetch each url. Send your key as Authorization: Bearer <key>. Full list in the API reference.