Table rows
Bulk-create rows
Creates multiple rows in a single call. Requires a USER API key.
post/public/v1/tables/{name}/rows/bulk
Path parameters
namestring required
Example:tasks_board
Request body
Response
Created rows
Example response
{
"ok": true,
"data": [
{
"id": "example",
"auto_id": 1,
"created_at": "example",
"updated_at": "example"
}
]
}