Find or create conversation
POST
/conversations
Request Body
application/jsonRequiredConversation find or create
assistant_keystring
The unique identifier of the assistant.
user_idstring
The unique identifier of the user.
subject_idstring
The unique identifier of the subject.
recreateboolean
Indicates if the conversation should be recreated if it already exists.
contextobject
Contextual data associated with the conversation.
additional_dataobject
Additional data associated with the conversation.
titlestring
Title of the conversation.
Header Parameters
x-llm-keyRequiredstring
The API key for the LLM provider (e.g., OpenAI).
Conversation created successfully