Skip to content
Zentro

Developers

API request builder

Copy example requests for documented routes at /docs/api. Nothing is executed from this page — run requests in your own terminal or server with a valid API key.

Developer hub →

API request builder — generates copyable examples only. Requests are not executed from this page. Use your own terminal or server with a valid API key.

Public liveness — no authentication.

Example request (not executed)

curl -s https://zentro.run/api/health

Example response shape

{
  "ok": true,
  "service": "zentro-web",
  "uptime_s": 12345
}