Access API references, integration guides, tutorials, and best‑practice examples—all searchable in real time to help developers build faster.
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.
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
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.
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.
Install the official React SDK to embed the chatbot with a single
Add the Vue SDK to your project and harness reactive props, custom events, and easy configuration to match your app’s look and feel.
Integrate the chatbot into iOS applications with Swift Package Manager, supporting dark mode, push notifications, and offline fallback.
Add the chatbot to Android apps with Gradle, offering UI widgets, lifecycle management, and multilingual support out of the box.
Join our moderated forum to discuss integration challenges, share custom plugins, and get tips from the Anti Shivy developer community.
Connect to our Discord server for live help, feature requests, and networking with other chatbot builders worldwide.
Explore the official Anti Shivy GitHub org for SDK code, example projects, and contribution guidelines.