conversation_id to use for subsequent messages.
Endpoint
POST /conversations
This endpoint does not require authentication. It is called from your client application using the assistant’s public UUID.
Request
UUID of the assistant to start the conversation with.
Conversation type:
widget— Web widget conversation. Charged at $0.01 per user message.test— Free test conversation for development.
Custom variables to pass to the assistant. Accessible in the system prompt and initial message via
{{variable_name}}.Response
Whether the request was successful.
UUID of the created conversation. Use this for subsequent Send message calls.
Initial conversation history. Contains the assistant’s opening message if one is configured.
Example
200 Success
404 Assistant not found
400 Insufficient balance