Kathan API Reference
Intelligence that just feels like human - Advanced conversational AI platform for building voice and text-based assistants.๐ Authentication
All API requests (except/health) require Bearer token authentication:
๐ Base URL
๐ Interactive API Documentation
Use the interactive API reference below to explore all endpoints, view parameters, and test requests directly in your browser.Core Endpoints
Core Endpoints
Health checks, authentication, and system status endpoints.
Assistants
Assistants
Create, manage, and configure AI assistants with custom personalities and capabilities.
Chat
Chat
Real-time conversational interactions with AI assistants.
Knowledge Base
Knowledge Base
Upload and manage documents for enhanced AI responses.
User Management
User Management
API key management and user credentials.
Logging & Analytics
Logging & Analytics
Monitor usage, view chat logs, and access performance metrics.
๐ Quick Reference
| Category | Endpoints | Description |
|---|---|---|
| Core | /health, /protected | System health and authentication |
| Assistants | /assistants/* | AI assistant management |
| Chat | /chat/* | Conversational interactions |
| Knowledge | /assistants/knowledge-base | Document management |
| Analytics | /logs/* | Usage statistics and logs |
๐ฎ Interactive API Playground: All endpoints below include a full Postman-like testing interface. Click โTry itโ on any endpoint to test it directly with authentication!
๐ ๏ธ Complete API Playground
The API playground below provides a comprehensive testing environment for all Kathan API endpoints. Each endpoint includes:- Interactive parameter forms
- Request/response examples
- Authentication handling
- Real-time testing capabilities