Skip to main content
POST
Send message
Send a message to an existing Famulor conversation and receive the assistant’s reply including any function calls triggered during processing.

Path Parameters

string
required
UUID of the existing conversation

Request Body

string
required
User message to send (max 2000 characters)

Request Examples

Response Fields

boolean
required
Indicates whether the request succeeded
string
required
Assistant’s response text
array
Function calls executed during this message (empty if none)

Response Examples

Notes

  • Widget conversations: $0.01 per user message; test conversations are free.
  • Store the conversation UUID to resume chats later.
  • Show loading states since tool calls may take a few seconds.
  • Combine with Get Conversation for history and Create Conversation to start new chats.