Node.js SDK
Endpoints
Create Table Row
Add a new row to a table
POST
Node.js SDK
Documentation Index
Fetch the complete documentation index at: https://developer.copera.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Creates a new row (record) in the specified table with optional description and column values.Request Body
description(optional): Markdown content for the row description. Sets the row’s description on creation.columns(array): Array of column valuescolumnId: The ID of the columnvalue: The value for that column (type depends on column definition)
Asynchronous Description
Whendescription is provided, the row is created synchronously and the description content is queued for asynchronous write. The response returns immediately with the new row; the description body becomes available shortly after.
Response
Returns the newly created row object with generated ID and timestamps.Authorizations
Bearer token
Path Parameters
ObjectId
Required string length:
24Pattern:
^[0-9a-fA-F]{24}$ObjectId
Required string length:
24Pattern:
^[0-9a-fA-F]{24}$Body
application/json