POST
/
v1
/
tables

Authorizations

Authorization
string
headerrequired

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

Body

application/json
name
string
default: Untitled Table
template_id
string | null

Template ID to use for creating columns. Mutually exclusive with column_configs.

column_configs
object[] | null

Column configurations. Mutually exclusive with template_id.

Response

200 - application/json
id
string
required

Table ID.

created_at
string
required

Table creation time.

name
string
required

Table name.

columns
object[]
required

Table columns configurations.