v1

latestOpenAPI 3.0.0Proprietary2026-08-062711471.0 MB
Object rows

Bulk-create rows

Creates multiple rows in a single call. Requires a USER API key.

post/public/v1/objects/{name}/rows/bulk

Path parameters

namestring required
Example:deals

Request body

Response

Created rows

oktrue required

Example response

{
  "ok": true,
  "data": [
    {
      "id": "example",
      "auto_id": 1,
      "created_at": "example",
      "updated_at": "example"
    }
  ]
}