Skip to main content
POST
Ask the AI Assistant

Authorizations

Authorization
string
header
required

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

Path Parameters

table_id
string<uuid>
required
conversation_id
string<uuid>
required

Body

application/json

Ask the assistant something.

Just the message: there is no mode to pick. Whether this is a column to build or a question to answer is read off the sentence itself, and the answer comes back as the reply's mode.

prompt
string
required
Required string length: 1 - 4000

Response

Successful Response

What one turn produced.

Carries the persisted user message as well as the reply: the panel rendered its own optimistic copy before sending and needs the server's — including its assigned sequence — to reconcile against.

assistant_message
AssistantMessageReadSchema · object
required

One message in a conversation.

suggestions
AssistantSuggestionReadSchema · object[]
required
user_message
AssistantMessageReadSchema · object
required

One message in a conversation.