OVAI Documentation

Complete guide to getting started with OVAI Chatbot. Everything you need to know about setup, integration, and customization.

Getting Started

Welcome to OVAI Chatbot documentation. This guide will help you integrate our intelligent chatbot into your website or application.

Quick Setup

Get your chatbot running in minutes with our easy installation process.

API Integration

Advanced integration options for custom implementations.

Customization

Tailor the chatbot to match your brand and requirements.

Installation Guide

1 Create an Account

Sign up for an OVAI Chatbot account and verify your email address.

2 Get Your API Key

Navigate to Dashboard → API Settings to generate your unique API key.

API Key: a43108f399589b94f461929584a90274
Organization ID: 17
3 Add Chatbot to Website

Copy and paste the following code before the closing </body> tag:

<script> (function() { var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0]; s1.async = true; s1.src = "https://oviai.in/assets/js/chatbot-widget.js?org=17&key=a43108f399589b94f461929584a90274"; s1.charset = 'UTF-8'; s1.setAttribute('crossorigin','*'); s0.parentNode.insertBefore(s1,s0); })(); </script>

API Integration

OVAI Chatbot provides RESTful APIs for advanced integration scenarios.

Authentication

All API requests require authentication using your API key:

curl -X GET \ https://api.ovai.in/v1/chatbot/sessions \ -H 'Authorization: Bearer YOUR_API_KEY' \ -H 'Content-Type: application/json'

Available Endpoints

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

Frequently Asked Questions

Basic setup takes less than 5 minutes. Just copy and paste the JavaScript code into your website.

Yes, you can customize colors, position, size, and branding through the dashboard or via API.

Currently, we provide web-based dashboard and mobile-responsive web interface. Native mobile apps are coming soon.