latestOpenAPI 3.1.0MIT2026-08-226224149.1 KB
613ceff68dc7
Bulk create records
Submit up to 1,000 records for asynchronous processing. Returns immediately with a bulk request ID. Each record is validated and inserted independently, so some records can succeed while others fail. Use the GET /bulk_requests/{id} endpoint to poll for results.
post/records/bulk
Headers
Idempotency-Keystring
Optional idempotency key. If a bulk request with this key already exists for your environment, the existing request is returned instead of creating a new one.
Request body
Response
Bulk request accepted for processing