Skip to main content
POST

Path parameters

string
required
The unique identifier of the table.

Request body

object[]
required
Array of row objects to insert. Each object maps column keys to values. All keys must match columns defined in the table’s schema. Maximum 1000 rows per request.
Column keys are strictly validated against the table’s schema. If any row contains a key that doesn’t match a schema column, the entire request is rejected with a 422 error listing the unknown keys.

Response

array
integer
Number of rows successfully inserted.