Skip to main content
GET
https://serverless.tensormesh.ai
/
health
Health Check
curl --request GET \
  --url https://serverless.tensormesh.ai/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "healthy"
}

Documentation Index

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

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

Use this page when you want the raw serverless health check endpoint.
  • Auth: none required on the public host; Authorization: Bearer <API_KEY> is also accepted
  • Host: https://serverless.tensormesh.ai

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

status
string
Example:

"healthy"