Your Own Very AI Chatbot with the LiveChatAI API
POST /api/ai-bot/data-source/pdf
.GET /api/ai-bot/chat/detail
to retrieve detailed interaction data. Analyzing these reports helps you understand user behavior and refine your chatbot’s responses and performance.POST /api/ai-bot/reply
endpoint. Manage the chatbot’s behavior by configuring response rules and integrating relevant data sources to handle varied user inputs effectively.GET /api/ai-bot/detail
endpoint to review your chatbot’s configuration and ensure it aligns with your intended setup. For debugging, monitor the POST /api/ai-bot/reply
endpoint's output to verify that responses are generated correctly. Regularly review logs and interaction data to identify and address any issues.GET /api/ai-bot/list
to retrieve all chatbots associated with your account. You can then use individual endpoints like POST /api/ai-bot/create
and DELETE /api/ai-bot/delete
to handle each chatbot separately.GET /api/ai-bot/chat/detail
to retrieve past conversations. This data can be used to improve chatbot responses.