System¶
2 endpoint(s).
| Endpoint | Method | Summary | Auth |
|---|---|---|---|
/api/v1/calculators |
GET |
List Calculators | |
/api/v1/health |
GET |
Health Check V1 |
GET /api/v1/calculators¶
List Calculators
List all available calculators.
Example
curl -X GET 'https://api.example.com/api/v1/calculators' \
-H 'Authorization: Bearer <API_KEY>'
GET /api/v1/health¶
Health Check V1
Health check via /api/v1 prefix (for nginx-proxied frontend).
Response 200 — HealthResponse
Example
curl -X GET 'https://api.example.com/api/v1/health' \
-H 'Authorization: Bearer <API_KEY>'