Chat Dataset
Chat endpoint that processes user input with LLM and MCP video search integration for a specific dataset.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
dataset_id
Request
This endpoint expects an object.
chat_request_text
User's chat input text
upload_id
Upload ID of the user's input image
history_chat_messages
Conversation history (does not include current message)
Response
Successful Response
chat_response_text
LLM response text
tool_results
Results from MCP tools invoked during this request.
history_chat_messages
Conversation history (includes current message)
suggested_follow_ups
Suggested follow-up messages to continue the conversation
Errors
422
Unprocessable Entity Error
