View Categories

API

3 Sub Categories | 6 Docs

Authorization

Last Updated: February 16, 2025

Navigate to Settings -> Webhooks API, and scroll to the bottom of the page to retrieve your Your-Secret-Key.

Upload a File

Last Updated: February 16, 2025

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...

Get AI Model List

Last Updated: February 16, 2025

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...

Lead/Appointment Data API

Last Updated: February 16, 2025

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...

Send Twilio Message

Last Updated: February 16, 2025

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...

Get Message Credits Usage

Last Updated: February 16, 2025

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...