Insert multiple rows into a table
Rows
Add rows to table
Add rows to a table in batch. Uses human-readable column names.
options.allow_new_columns — when true, any column name in fields that doesn’t exist yet will be auto-created as a text column.
options.dedupe — when enabled: true, rows whose keys columns match an existing row are skipped (action: skipped_duplicate) instead of inserted.
POST
Insert multiple rows into a table
Headers
API Key for authentication
Path Parameters
The UUID of the table
Body
application/json
Response
Successful Response