Tables
Insert Rows
Insert one or more rows into a table
POST
Documentation Index
Fetch the complete documentation index at: https://docs.crewship.dev/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Table ID
Request
Provide either:- A single row object, or
- An array of row objects (max 100 rows)
Response
For single-row inserts, the API returns one row object. For multi-row inserts, the API returns:Inserted row objects
Row ID (e.g.,
row_abc123xyz789)Row metadata (
created_at, created_by, updated_at, updated_by)