Documentation

Access API references, integration guides, tutorials, and best‑practice examples—all searchable in real time to help developers build faster.

Paste a single line of JavaScript into your page

1. Include the chatbot script

Add the Anti Shivy script

April 04

Add the following <script> tag just before the closing </body> tag of any HTML page where you want the chatbot to appear. This loads the lightweight Anti Shivy client library from our CDN.

<script src="https://cdn.antishivy.com/chatbot/v1.js" defer></script>

The defer attribute ensures the script loads after the page markup, so it won’t block rendering.

API Reference

The RESTful API lets you send messages, retrieve conversation history, and manage settings. Each endpoint is documented with request/response schemas, required headers, rate limits, and example payloads.

  • POST /v1/chat: Send a user message and receive the AI reply.
  • GET /v1/conversations/{id}: Fetch full conversation transcript.
  • PATCH /v1/settings: Update bot behavior, language, and UI style.

Authentication is handled via API keys issued in your dashboard. All calls are JSON over HTTPS with TLS 1.3 encryption.

Quick Resources

Getting Started Tutorial

Step‑by‑step guide for first‑time users

A beginner‑friendly walkthrough that shows how to embed the Anti Shivy chatbot, configure basic settings, and launch your first conversation in under 10 minutes.

Advanced Integration Guide

Deep dive into API & webhooks

Learn how to connect the chatbot to external services, use webhook events, and customize response handling with code snippets for Node.js, Python, and Go.

React SDK

Plug‑and‑play component library

Install the official React SDK to embed the chatbot with a single component, supporting theming, state hooks, and analytics out of the box.

Vue.js SDK

Seamless integration for Vue projects

Add the Vue SDK to your project and harness reactive props, custom events, and easy configuration to match your app’s look and feel.

iOS SDK

Native Swift library for mobile apps

Integrate the chatbot into iOS applications with Swift Package Manager, supporting dark mode, push notifications, and offline fallback.

Android SDK

Kotlin library for Android developers

Add the chatbot to Android apps with Gradle, offering UI widgets, lifecycle management, and multilingual support out of the box.

Developer Community Forum

Ask questions, share solutions

Join our moderated forum to discuss integration challenges, share custom plugins, and get tips from the Anti Shivy developer community.

Discord Community

Real‑time chat with engineers & peers

Connect to our Discord server for live help, feature requests, and networking with other chatbot builders worldwide.

GitHub Repository

Open‑source samples & SDK source

Explore the official Anti Shivy GitHub org for SDK code, example projects, and contribution guidelines.

Made in Outlyne