Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tableId
string
required
recordId
string
required

Body

application/json

Where this record to insert to (Optional)

viewId
string
required

You can only specify order in one view when create record (will create a order index automatically)

anchorId
string
required

The record id to anchor to

position
enum<string>
required
Available options:
before,
after

Response

201 - application/json

Successful duplicate

records
object[]
required

Array of record objects

Example:
Last modified on March 5, 2026