Skip to main content
POST
Insert multiple rows into a table

Headers

x-apikey
string
required

API Key for authentication

Path Parameters

table_uuid
string<uuid>
required

The UUID of the table

Body

application/json
rows
InsertRow · object[]
required

List of rows to insert (max 50).

Required array length: 1 - 50 elements
options
InsertOptions · object | null

Insert options (auto-create columns, deduplication).

return_rows
boolean
default:false

If true, each result includes full row_data after insert.

Response

Successful Response

results
BatchInsertResultItem · object[]
required