Connecting...
LlamaIndex AI Server
|
AI-Powered Features
Intelligent Query
Ask questions and get instant answers from your document knowledge base using advanced AI.
Document Processing
Upload and index documents (PDF, TXT, DOCX, MD) for intelligent search and retrieval.
Real-time API
Fast, scalable REST API with authentication and rate limiting for production use.
Vector Search
Semantic search powered by OpenAI embeddings and ChromaDB vector storage.
Live AI Demo
💡 Use: your-super-secret-api-key-here for demo
Document Upload
Drag & Drop Documents
Support for PDF, TXT, DOCX, and MD files
API Quick Reference
Query AI
POST
/api/query
Headers:
Authorization: Bearer your-api-key
Body:
{
"question": "What is AI?",
"top_k": 5
}
Upload Document
POST
/api/admin/documents
Headers:
Authorization: Bearer your-api-key
Content-Type: multipart/form-data
List Documents
GET
/api/admin/documents
Headers:
Authorization: Bearer your-api-key