Skip to main content

πŸ‘©β€πŸ’» Account Management

API Documentation

You can access our detailed API Documentation for developer from here.

πŸ”Ί
To use our API you need to have either an Advanced or Expert plan. After you have Advanced or Expert plan you can get your API key from your profile page.
⚠️
Warning: API Beta Version
Please note that our API is currently in its beta phase. While we've taken great care to ensure its stability and functionality, there may be unforeseen issues or occasional hiccups. We appreciate your understanding and patience. If you encounter any problems, please report them to our support team. Your feedback is invaluable in helping us improve. Thank you for being a part of our development journey!

AI Chatbot API Endpoints

Chatbot

  • Get chat detail (public): GET /api/ai-bot/chat/detail
  • Get contact agents (public): GET /api/ai-bot/contact/agent
  • Get chatbot chat counts (public): GET /api/ai-bot/counts/chat
  • Get chatbot messages counts (public): GET /api/ai-bot/counts/messages
  • Create a new chatbot: POST /api/ai-bot/create
  • Delete chatbot: DELETE /api/ai-bot/delete
  • Get chatbot detail (public): GET /api/ai-bot/detail
  • Get user's chatbot: GET /api/ai-bot/list
  • Message a Chatbot (public): POST /api/ai-bot/reply
  • Crawl websites to discover internal links: POST /api/ai-bot/scrape

Data Source API EndPoints

  • Delete data-source from chatbot: POST /api/ai-bot/data-source/delete
  • Get chatbot data-source items: GET /api/ai-bot/data-source/items
  • Add PDF data-source to chatbot: POST /api/ai-bot/data-source/pdf
  • Add Q&A data-source to chatbot: POST /api/ai-bot/data-source/ga
  • Update Q&A data-source: PUT /api/chatbot/data-source/ga
  • Add text data-source to chatbot: POST /api/ai-bot/data-source/text
  • Add URL data-source to chatbot: POST /api/ai-bot/data-source/url

For more detailed information about parameters, request headers, and response formats, please refer to the full LiveChatAI API Documentation.