📄️ Authorization
Navigate to Settings -> Webhooks API, and scroll to the bottom of the page to retrieve your Your-Secret-Key.
📄️ Regions
- US Region//usapi.hottask.com
📄️ Upload a file
- Step 1 : Retrieve the upload URL.
📄️ Get AI Model List
The NewOaks AI API enables the retrieval of knowledge base data for a specified chatbot by sending a GET request to the /chat/Chatbot/ModelList endpoint.
🗃️ Chatbot
4 items
🗃️ Chat
2 items
🗃️ Real Estate
4 items
📄️ Lead/Appointment Data API
The API enables you to retrieve Lead/Appointment data by sending a POST request to the /chat/Chatbot/LeadList endpoint.
📄️ Send Twilio Message
The API provides functionality to send messages via Twilio by sending a POST request to the /chat/Chatbot/SendTwilioMessage endpoint.
📄️ Get Message Credits Usage
The API provides functionality to retrieve message credits usage information by sending a POST request to the /chat/Chatbot/GetMessageCreditsUsage endpoint.
📄️ Get Messages History
The API enables you to query chatbot historical messages by sending a POST request to the /chat/Chatbot/ChatContentHistory endpoint.
📄️ Get Chatbot Messages Count
The API enables you to query the count of chatbot history messages by sending a POST request to the /chat/Chatbot/GetMessageCountByChatbot endpoint.
📄️ Set Messages Limit
The API enables you to set the maximum number of messages sent per session by sending a POST request to the /chat/Chatbot/SetSessionMessagesLimit endpoint.