Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:3890/api/v1/health \ --header 'Authorization: Bearer <token>'
{ "ok": true, "data": { "status": "<string>", "version": "<string>", "uptime": 123 } }
API key passed as a Bearer token. Configure via the apiKeys field in polpo.json or the POLPO_API_KEY environment variable.
Server status, version, uptime
Show child attributes