6767
Base URL
Endpoint tiers
The API splits its routes into two tiers:- Public read endpoints — all
GETroutes. No authentication required. Safe to call from any client. - Secured write endpoints — all
POSTroutes. Require anX-API-Keyheader carrying your configured secret key.
Endpoint map
Read endpoints (public)
Write endpoints (secured — require X-API-Key)
For full request and response details, see Read endpoints and Write endpoints.
Get started
Installation
Copy the files, generate an API key, and start the systemd service.
Authentication
Learn how to pass your API key and handle auth errors.