Skip to main content

Kathan API

Intelligence that just feels like human - Advanced conversational AI platform for building voice and text-based assistants.

🚀 Quick Start

# Check API health
curl -X GET "https://api.dev.opencorpus.ai/health"

# List assistants (requires authentication)
curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://api.dev.opencorpus.ai/assistants"

📋 API Overview

The Kathan API provides comprehensive endpoints for:
  • 🤖 AI Assistants: Create and manage intelligent assistants
  • 💬 Chat: Real-time conversational interactions
  • 🧠 Knowledge Base: Upload and query documents
  • 📊 Analytics: Monitor usage and performance
  • 🔐 Authentication: Secure API access

🔑 Authentication

All API requests (except /health) require Bearer token authentication:
Authorization: Bearer sk_live_your_api_key_here

🌐 Base URL

https://api.dev.opencorpus.ai

📖 Live API Documentation

Access the interactive Swagger UI documentation:
https://api.dev.opencorpus.ai/docs

Ready to get started? Check out the API Reference or explore specific endpoints in the navigation.