Skip to main content
GET
/
api
/
v1
/
health
Check API health
curl --request GET \
  --url https://api.webless.ai/api/v1/health
{
  "status": "healthy"
}

Documentation Index

Fetch the complete documentation index at: https://docs.webless.ai/llms.txt

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

Response

200 - application/json

Healthy response

status
string
Example:

"healthy"