Clients

Bulk-import clients from a CSV/Excel spreadsheet

Imports many clients at once from an uploaded spreadsheet (CSV or Excel). The pipeline auto-detects the file's structure (any language, any delimiter, any leading preamble), then uses Claude to map each row onto the client data model (name, email, address fields, etc.). Rows with no usable name and rows the model flags as non-client are skipped, and duplicates are skipped by matching name or email against the user's existing clients (and earlier rows in the same file). Surviving clients are written in batches. No fields outside the client model are ever created.

post/clients/import

Response

Spreadsheet processed; returns a summary of how rows were classified and how many were imported.

Changes

No recorded changes to this endpoint across all 1 revision of this API.