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.
{
"conversationId": "A newly created conversationId to identify the conversation. Generally, this is not required if you're using userIdentifier",
"response": "Response generated by LLM"
}