Bulk-insert records (large imports)
Records
Bulk-insert records (large imports)
Batch-inserts up to 5,000 records in a single call, built for large CSV
imports (the client streams the file and posts batches). A batch is a
single database flush and is all-or-nothing: if one record violates a
column type or constraint the whole batch is rejected with 422 and no
per-row error list, so validate and coerce types client-side before
posting. Provide upsert_key (a column with a unique constraint) for an
idempotent re-import that updates instead of duplicating.
Rate limit: 120 requests/min per user.
POST
Bulk-insert records (large imports)
Authorizations
User session JWT. Send as Authorization: Bearer <token>.
Path Parameters
Collection identifier returned at creation.
Body
application/json