Skip to main content
GET
/
api
/
health
Health check
curl --request GET \
  --url https://clawconnected.com/api/health
{
  "ok": true,
  "service": "clawconnected"
}

Documentation Index

Fetch the complete documentation index at: https://docs.clawconnected.com/llms.txt

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

Response

200 - application/json

Service is up

ok
boolean
required
Example:

true

service
string
required
Example:

"clawconnected"