http://localhost:8080
Version: 0.21.2
License: Apache 2.0
Endpoints
Authentication
Authentication is optional, controlled by theKREMIS_API_KEY environment variable.
/health endpoint is always accessible without authentication.
Rate Limiting
- Default: 100 requests per second (global, not per-client)
- Configure:
KREMIS_RATE_LIMIT=200 - Exceeded: returns
429 Too Many Requests
Log Format
Control the server log output format withKREMIS_LOG_FORMAT:
Input Validation
Error Codes
Query Response: Grounding Field
Every query response includes agrounding field that classifies the result:
Query Response: Diagnostic Field
Whenfound is false, an optional diagnostic field explains why:
The
diagnostic field is omitted when found is true.