POST
/
api
/
ai
/
table
/
{ai_table_id}
/
column
/
create

Authorizations

Authorization
string
headerrequired

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

Path Parameters

ai_table_id
integer
required

The unique ID of the AI Table

Body

application/json
meta
object

Metadata, for internal use. Note that the language and model settings for the column are here. Avoid changing the model to avoid unexpected costs

name
string

The displayed name of the column

order_id
number

The displayed order of the column in the UI

query
string

The user-provided query to the AI

Response

200 - application/json
ai_table_id
integer

The unique ID of the AI Table this column belongs to

id
integer
required

The unique ID of the column

meta
object
required

Metadata, for internal use. Note that the language and model settings for the column are here. Avoid changing the model to avoid unexpected costs

modified_at
string
required

Time the column was last modified, in UTC

name
string
required

The displayed name of the column

order_id
number
required

The displayed order of the column in the UI

query
string
required

The user-provided query to the AI