Skip to main content
GET
/
health
curl https://api.useknot.xyz/health
{
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://docs.useknot.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Returns the current health status of the API server. Use this endpoint to confirm the API is reachable before making authenticated calls.
This endpoint does not require authentication.

Response

status
string
Server health status. Returns ok when the API is operating normally.

Errors

StatusDescription
503Service unavailable
curl https://api.useknot.xyz/health
{
  "status": "ok"
}