Complete guide to getting started with OVAI Chatbot. Everything you need to know about setup, integration, and customization.
Welcome to OVAI Chatbot documentation. This guide will help you integrate our intelligent chatbot into your website or application.
Get your chatbot running in minutes with our easy installation process.
Advanced integration options for custom implementations.
Tailor the chatbot to match your brand and requirements.
Sign up for an OVAI Chatbot account and verify your email address.
Navigate to Dashboard → API Settings to generate your unique API key.
Copy and paste the following code before the closing </body> tag:
OVAI Chatbot provides RESTful APIs for advanced integration scenarios.
All API requests require authentication using your API key:
| Endpoint | Method | Description |
|---|---|---|
| /v1/chatbot/sessions | POST | Create a new chat session |
| /v1/chatbot/messages | POST | Send a message to chatbot |
| /v1/chatbot/analytics | GET | Retrieve chat analytics |
| /v1/chatbot/training | POST | Train chatbot with custom data |