Skip to main content
POST
Start a new conversation

Authorizations

string
required
API key associated with your workspace

Body Parameters


string
required
A unique identifier (UUID) that specifies the workspace within which the assistant operates.
string
required
A unique identifier (UUID) that specifies the assistant to be used for generating the LLM response.
string
required
A unique identifier associated with the user or customer initiating the conversation. This identifier is crucial for tracking and storing individual conversation histories. It allows you to maintain context across multiple interactions with the same user. Example: “user12345” or “customer_email@example.com
string
required
The user’s query or prompt that is submitted to the LLM. The LLM will use this question to generate a relevant response.
object
The attributes parameter is an optional JSON object that allows you to provide additional contextual information or metadata with your API request. This can be used for various purposes, you can use this to pass user or customer details like firstName, lastName, or any other relevant information to personalize the interaction.

Response


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