Skip to content

Add a follow-up message to an existing chat session

POST
/ai/chats/{chat}/messages
curl --request POST \
--url http://localhost:8000/api/v1/ai/chats/1/messages \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "message": "example", "format_hint": "scalar" }'
chat
required
integer
Media type application/json
object
message
required
string
format_hint
string
Allowed values: scalar pair record list pair_list table raw

Message queued