Last Updated: February 16, 2025
Navigate to Settings -> Webhooks API, and scroll to the bottom of the page to retrieve your Your-Secret-Key.
To retrieve an upload URL This API generates a pre-signed URL for file uploads, allowing files to be uploaded directly to the specified location. Please note that the URL is time-sensitive and will expire after 5 minutes. Endpoint POST https://usapi.hottask.com/chat/User/GetPreUploadUrl Request Headers The API request must include the following headers: Request Body The request body...
The Smartrerbot AI API enables the retrieval of knowledge base data for a specified chatbot by sending a GET request to the /chat/Chatbot/ModelList endpoint. Endpoint Request URL: https://chat.smarterbot.ai/chat/Chatbot/ModelList Method: GET Request Headers The API request must include the following headers: Example Request JavaScript (Fetch API) Python (Requests Library) cURL HTTP Request Response The API response will be a JSON object with...
The chat.smarterbot.ai API enables you to retrieve Lead/Appointment data by sending a POST request to the /chat/Chatbot/LeadList endpoint. Endpoint Request URL: https://chat.smarterbot.ai/chat/Chatbot/LeadList Method: POST Request Headers The API request must include the following headers: Request Body The request body should contain the following parameters: Example Request JavaScript (Fetch API) Python (Requests Library) cURL HTTP Request Response The API response will be a JSON...
he chat.smarterbot.ai API provides functionality to send messages via Twilio by sending a POST request to the /chat/Chatbot/SendTwilioMessage endpoint. Endpoint Request URL: https://chat.smarterbot.ai/chat/Chatbot/SendTwilioMessage Method: POST Request Headers The API request must include the following headers: Request Body The request body should contain the following parameters: Example Request JavaScript (Fetch API) Python (Requests Library) cURL HTTP Request Response The API response will be a...
The chat.smarterbot.ai API provides functionality to retrieve message credits usage information by sending a GET request to the /chat/Chatbot/GetMessageCreditsUsage endpoint. Endpoint Request URL: https://chat.smarterbot.ai/chat/Chatbot/GetMessageCreditsUsage Method: GET Request Headers The API request must include the following headers: Example Request JavaScript (Fetch API) Python (Requests Library) cURL HTTP Request Response The API response will be a JSON object with the following structure: Error Handling If...