System OnlineNYC · EST _
01 / Imports · Pillar 02live

Bring your book in. From anywhere.

Four ways in: drop a CSV, paste from a spreadsheet, sync from your registrar, or POST to the API. Every path uses the same schema mapper.

CSV Rows
12,491imported
Registrar Sync
4live/beta
API
Studiotier
Mapping Time
~2s1K rows
import.csv — dropped into the console
# domain,registrar,expires,cost,tags
domain.work,Porkbun,2027-03-14,9.13,brand
quantum.ai,GoDaddy,2026-07-01,89.00,ai,liquid
ledger.co,Dynadot,2026-01-22,32.00,fintech
signal.xyz,Cloudflare,2026-01-11,10.44,xyz
# → 1,284 rows mapped in 2.1s
POST /v1/import — the public API
$ curl https://api.domain.work/v1/import \
-H 'Authorization: Bearer dw_live_…' \
-H 'Content-Type: application/json' \
-d '{"portfolio":"main","rows":[…]}'
{ ok: true, imported: 812, warnings: 0 }
FormatsCSV · TSV · Bulk paste · JSON via API
SchemaAuto-detect · Manual override · Save & reuse
DedupingBy domain + portfolio, always
Custom fieldsAuto-create on first import
Registrar syncGoDaddy · Namecheap · Dynadot · Porkbun
APIRead/write, rate-limited, Studio tier