Create records (bulk)
Storage - Records
Create records (bulk)
Insert multiple model rows in one call. Body: { modelUuid, records: [{ data }, ...] }.
POST
Create records (bulk)
Documentation Index
Fetch the complete documentation index at: https://docs.getcargo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Shape: { modelUuid, records: [{ data }, ...] } where each data is a row payload.
Response
Successful response
Inserted records as returned by storage.

