Create a record
Create a new record in a table.
Authorizations
Bearer token authentication using your API key
Body
Client-generated id for the new record (enables optimistic creation). Encoded (rec_…) or raw UUID — use UUID v7 to keep ids time-sortable. Rejected if already in use.
128Map of field key → value. Multi-value fields accept arrays; pass null or [] to clear.
The emoji of a curated icon a user can pick for a table, view, field, or other entity
The view to place the record in.
128The neighbor to sort the record after.
1024The neighbor to sort the record before.
1024Response
The picked icon. Null falls back to the table icon.
Whether the record is archived.
The position of the record in the view.
Last modification time. Total-orders concurrent updates so caches can keep the newest copy.
The values of the record.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
- Option 10
- Option 11
- Option 12
- Option 13
- Option 14