Documentation Index
Fetch the complete documentation index at: https://docs.moorcheh.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
CallsGET /health and prints a one-line quota summary, then the full health JSON.
Use after moorcheh up to confirm the API is reachable and see how much of the global item cap is in use.
Synopsis
Options
| Flag | Default | Description |
|---|---|---|
--base-url | http://localhost:8080 | Moorcheh API base URL |
Examples
Output
Line 1 — human-readable summary:/health:
"ok" when the server is healthy.Ollama embedding model configured on the server.
Total items stored across all namespaces.
Global item cap (default
100000).max_items - items.Example JSON
JSON key order may vary. All fields above are present on success.
Exit codes
| Code | Meaning |
|---|---|
0 | Server is up and returned health |
1 | Connection refused or API error (for example after moorcheh down) |