Key Management

True Solar Time API — operator console

Admin only. Keys created here are written to 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.
Label Key preview RPM Created Status
Alice-Dev tst_ZnkSjoBPyPcQ… 60 2026-03-31 inactive

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.