Reference Documentation

January 12, 2026 ยท View on GitHub

API endpoints, environment variables, and CLI commands.

Overview

This section provides reference documentation for IntellyWeave's APIs, configuration options, and command-line tools.

Reference Documents

DocumentDescription
API EndpointsREST API reference
Environment VariablesConfiguration options
CLI CommandsCommand-line interface

Backend Services

ServiceDescription
Sofia SearchMulti-provider search cascade
Document ReaderURL content extraction

Common API Operations

OperationEndpointMethod
Health check/api/healthGET
Upload document/api/documents/uploadPOST
Run query/api/queryPOST
List collections/api/collectionsGET

Essential Configuration

VariablePurposeRequired
OPENAI_API_KEYLLM providerYes*
WEAVIATE_IS_LOCALLocal WeaviateNo
WCD_URLCloud WeaviateNo

*At least one LLM provider required.

Common CLI Commands

CommandPurpose
elysia startStart server
elysia start --port 8080Custom port

See Also