Skip to main content
POST
Continue a conversation

Authorizations

string
required
API key associated with your project/workspace

Body Parameters


Provide either conversationId or userIdentifier, but not both.
string
A unique identifier for an existing conversation. Use this parameter to continue a specific conversation.
string
required
The UUID associated with an assistant.
string
required
A unique identifier associated with a user or customer. Use this parameter to continue a conversation based on the user’s history.
string
required
The UUID associated with a workspace.
string
required
The question to be submitted to the LLM.

Response


string
The response generated by the LLM.
string
The ID associated with the conversation.