v1
latestOpenAPI 3.1.02026-07-13154170539.0 KBMessages
Messages
Send a message to an assistant
Send a programmatic message to an assistant. Returns a message_id that can be polled via GET /messages/{message_id} for the response.
post/v0/messages
Request body
Example request
{
"assistant_id": 42,
"message": "Add milk to my shopping list."
}Response
Successful Response