sip.launchlemonade.app
. Users can send queries to an AI assistant and retrieve responses.
{your_token_here}
with your actual API token, which can be found in the Profile section.
assistant_id
(string, required): Unique identifier for the AI assistant.
conversation_id
(string, optional): Unique identifier for the conversation. Leave empty for a new conversation.
input
(string, required): The user input/query to be processed by the assistant.
Conversation_ID
(string): Unique identifier for the conversation.
Response_ID
(string): Unique identifier for the response.
Error
(string): Indicates if there was an error (โYesโ or โNoโ).
Error_Reason
(string): Description of the error, if any.
response_id
(string, required): The unique identifier for the response you are requesting.Response
(string): The assistantโs response in Markdown format.run_assistant
request, a new conversation is created.