Skip to content
SolidRusT.ai

Overview

SolidRusT AI API (2.0.0)

OpenAI-compatible API for AI inference with RAG (Retrieval-Augmented Generation) capabilities.

Authentication

All endpoints require an API key passed via the Authorization header:

Authorization: Bearer YOUR_API_KEY

Get your API key at console.solidrust.ai.

Base URL

https://api.solidrust.ai

Endpoints Overview

  • Inference (/v1/*): OpenAI-compatible chat and embeddings
  • RAG (/data/v1/*): Semantic, keyword, hybrid, knowledge graph, and graph traversal queries
  • Ingestion (/data/v1/ingest/*): Document and batch ingestion with idempotency
  • Agent (/v1/agent/*): Tool-enabled AI assistant with RAG + memory capabilities
  • Management (/data/v1/*): Sources, stats, and health monitoring

Authentication

BearerAuth

API key authentication

Security scheme type: http