True Solar Time API — operator console
api_keys.json and take effect immediately
(in-process). A server restart is required for a new process to see them.
Enforcement is currently
OFF — unauthenticated requests are allowed.
Issue new key
Issued keys
| Label | Key preview | RPM | Created | Status | |
|---|---|---|---|---|---|
| Alice-Dev | tst_ZnkSjoBPyPcQ… | 60 | 2026-03-31 | inactive |
Quick start
Test a key immediately with curl:
curl -s -X POST /api/v1/solar-time \
-H "Content-Type: application/json" \
-H "X-API-Key: <your-key>" \
-d '{"date":"2026-04-01","local_time":"12:00","place_name":"London"}'
See API docs for the full schema, all input modes, and error handling.