Quick Start
Get up and running with Converso in minutes. Follow these simple steps to create your first AI chatbot.
Step 1: Create an Account
Sign up for a free account at converso.com/signup
Step 2: Add Your Content
Upload files or crawl websites to add knowledge to your chatbot:
// Upload a file
POST /api/upload
Content-Type: multipart/form-data
// Or crawl a website
POST /api/crawl
{
"url": "https://example.com"
}Step 3: Embed Your Chatbot
Copy the embed code and add it to your website:
<script src="https://cdn.converso.com/widget.js" data-api-key="YOUR_API_KEY"></script>Getting Started Guides
Installation Guide
Learn how to set up Converso and integrate it into your website or application.
Adding Content
Discover different ways to add knowledge to your chatbot - files, URLs, and APIs.
Customization
Customize your chatbot's appearance, behavior, and responses to match your brand.
Deployment
Deploy your chatbot to production and optimize its performance.
API Reference
Converso provides a RESTful API for programmatic access to all features. Authenticate using your API key.
Base URL
https://api.converso.com/v1Authentication
Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYFor complete API documentation, check our API endpoints in the dashboard.
Common Use Cases
Customer Support
Create a 24/7 customer support chatbot that answers common questions and escalates complex issues to human agents.
Lead Generation
Use chatbots to qualify leads, collect contact information, and schedule demos automatically.
Knowledge Base
Build an intelligent knowledge base that helps users find information quickly and accurately.
Product Recommendations
Guide users through product catalogs and recommend the best options based on their needs.
Need Help?
Can't find what you're looking for? Our support team is here to help.