AI Table
Update cell without AI
Change the contents of an AI cell manually, without invoking the AI on it. The user-submitted content is still embedded for AI chat context purposes
POST
/
api
/
ai
/
table
/
{ai_table_id}
/
cell
/
{ai_cell_id}
/
update
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique ID of the AI Table
The unique ID of the cell
Body
application/json
User-submitted content for the cell
Metadata, for internal use
Response
200 - application/json
The unique ID of the column the cell belongs to
The unique ID of the Document associated with the cell
The unique ID of the cell
Metadata, for internal use
Modification time, by UTC
The AI's response to the user based on the column query of this cell, or a user-submitted response
Task ID for internal use
AI task status for this cell