curl --request GET \
--url https://serverless.tensormesh.ai/health \
--header 'Authorization: Bearer <token>'{
"status": "healthy"
}Read the verified Tensormesh Serverless health endpoint.
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.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.
Authorization: Bearer <API_KEY> is also acceptedhttps://serverless.tensormesh.aiWas this page helpful?