● 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,tagsdomain.work,Porkbun,2027-03-14,9.13,brandquantum.ai,GoDaddy,2026-07-01,89.00,ai,liquidledger.co,Dynadot,2026-01-22,32.00,fintechsignal.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
