Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.myhamlet.com/health
{ "status": "ok", "version": "0.1.0", "timestamp": "2026-01-01T00:00:00.000Z" }
Returns the current status and version of the API.
The API is healthy.
ok
"0.1.0"
"2026-01-01T00:00:00.000Z"