Continue a conversation
Chat
Continue a conversation
Use this API endpoint to continue an existing conversation with a user
POST
Continue a conversation
Authorizations
API key associated with your project/workspace
Body Parameters
Provide either conversationId or userIdentifier, but not both.
A unique identifier for an existing conversation. Use this parameter to continue a specific conversation.
The UUID associated with an assistant.
A unique identifier associated with a user or customer. Use this parameter to continue a conversation based on the user’s history.
The UUID associated with a workspace.
The question to be submitted to the LLM.
Response
The response generated by the LLM.
The ID associated with the conversation.