technical-docs

API Documentation

Welcome to the comprehensive API documentation for our suite of AI-powered services. This documentation covers three main APIs that work together to provide intelligent context management and chat functionality.

📚 API Documentation

Context API

See More: Api documentation

RESTful API for managing context data including adding, searching, deleting, and viewing context information with user and organization-level access control.

Key Features:

Chat API

See More: Api documentation

Streaming chat functionality with AI-generated responses, thinking steps, and metadata using Server-Sent Events (SSE).

Key Features:

Context Proxy API

See More: Api documentation

OpenAI-compatible proxy API that provides intelligent context filtering and chat completion capabilities with enhanced message relevance processing.

Key Features:

🚀 Quick Start

  1. Authentication: All APIs require Bearer token authentication
    Authorization: Bearer <your-token>
    
  2. Base URLs:
    • Context API: /api/v1/context
    • Chat API: /api/v1
    • Context Proxy API: /api/v1/proxy
  3. Common Response Codes:
    • 200/201/202: Success
    • 400: Bad Request
    • 401: Unauthorized
    • 403: Forbidden
    • 500: Internal Server Error

📖 Additional Resources

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.