Create conversation
Create conversation
Start a new conversation session with a Famulor AI chatbot via API. Initialise context, user metadata and channel for WhatsApp, web chat or voice chat.
POST
Create conversation
Create a new conversation with your Famulor AI assistant. Use this endpoint to start a widget or test conversation and receive the initial history.
Request Body
UUID of the assistant that should handle the conversation
Conversation type. Options:
widget (paid) or test (free for development)Custom variables injected into the assistant context (accessible via
{{variable_name}})Request Examples
Response Fields
Indicates whether the request succeeded
UUID of the created conversation; use it for subsequent messages
Initial conversation history. Empty if the assistant has no initial message.
Response Examples
Notes
type: "widget"conversations are billed;type: "test"is free for development.- Provide meaningful
variablesto personalize the assistant’s first reply. - Continue the chat with
Send Messageand fetch history withGet Conversation.

