Skip to main content
POST

Path Parameters

id
string
required
Table ID

Request

Provide either:
  • A single row object, or
  • An array of row objects (max 100 rows)
Keys should match table column names.

Response

For single-row inserts, the API returns one row object. For multi-row inserts, the API returns:
rows
array
Inserted row objects
Each row includes:
id
string
Row ID (e.g., row_abc123xyz789)
_meta
object
Row metadata (created_at, created_by, updated_at, updated_by)