Get started with Vindex Ai in minutes
Quick Start Guide
Get up and running with Vindex Ai Gateway in just a few minutes.
Prerequisites
Before you begin, you'll need:
- An Vindex Ai account (sign up at ai.vindex.ai)
- A code editor (VS Code recommended)
- Basic knowledge of REST APIs
Step 1: Create Your First Channel
- Log in to your Vindex Ai dashboard
- Click New Channel in the sidebar
- Enter your channel details:
- Name: My AI Chatbot
- URL: https://example.com
- Description: Customer support chatbot
- Select an AI model (we recommend Llama 3.3 70B for general use)
- Click Create Channel
Step 2: Get Your API Key
After creating your channel:
- Go to Channels in the dashboard
- Open your channel
- Copy the API Key from the channel overview card
⚠️ Important: Keep your API key secret. Never expose it in client-side code for public websites.
Step 3: Send a Live Request
Make your first live API call using cURL:
bash
You should receive a response like:
json
Step 4: Add to Your Website
Option A: Embed the Chat Widget
Add this to your website's :
text
html
Option B: Use the API
See our Website Chat Guide for custom integration.
Next Steps
- 📖 Read the API Reference for complete documentation
- 🛠️ Explore Tools for advanced features