Find or create conversation
POST
/conversations
Request Body
application/json
RequiredConversation find or create
assistant_key
string
The unique identifier of the assistant.
user_id
string
The unique identifier of the user.
subject_id
string
The unique identifier of the subject.
recreate
boolean
Indicates if the conversation should be recreated if it already exists.
context
object
Contextual data associated with the conversation.
additional_data
object
Additional data associated with the conversation.
title
string
Title of the conversation.
Header Parameters
x-llm-key
Requiredstring
The API key for the LLM provider (e.g., OpenAI).
Conversation created successfully