servibot
v1.1.44
Published
This is the official API for ServiBot, an advanced AI chatbot which provides enhanced customer service to businesses.
Downloads
49
Maintainers
Readme
Overview
ServiBot is an AI chatbot that helps businesses with customer service through a very smart and conversational chatbot.
Install the SDK:
npm i servibot
Command for Running ServiBot Chatbot:
<ServiBot id = {API_KEY} />
Example (Next.js):
If you are using it on a platform like Next.js, you can include the code as such in the layout.js file:
import ServiBot from "servibot";
export default function RootLayout({ children }) {
return (
<html lang="en">
<body>
<ServiBot id="API_KEY" />
{children}
</body>
</html>
);
}
Where to find API Key?
You can find the API Key on our official website at https://servibot.io
Additional Questions
If you have any questions please feel free to use our website (https://servibot.io) or contact us at [email protected] Thank you for using our API. We are actively trying to improve it; if you have any feedback please feel free to tell it to us by emailing us at our email.