Create Table

Initiates the creation of a new table based on the provided schema, excluding system-managed fields like IDs and timestamps.

Log in to see full request history
Body Params

Schema defining the structure of the new table

string
required
length ≥ 1

Required. This name is used to identify your table.

number
1 to 30
Defaults to 1

The 'factor' multiplies the row's data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1.

boolean

A table designated as "frozen" is immutable in terms of its name and schema structure; modifications to its schema or a renaming operation are not permitted. The only action that can be taken on such a table is deletion. The schema established at the time of creation is locked in as the final structure. To implement any changes, the table must be duplicated with the desired alterations.

schema
object
required

Provide an object or a JSON schema to define the columns of the table. A maximum of 20 keys in the object/schema is allowed.

tags
object

Optional tags to help organize your tables. These should be passed here as an object representing key/value pairs.

boolean

Indicates if the table is enabled for computation.

Headers
string
required

Bot ID

string
required

Workspace ID

Responses

Language
Credentials
PAT
Click Try It! to start a request and see the response here! Or choose an example:
application/json