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"
}
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"