curl --request GET \
--url https://external.nebius.tensormesh.ai/health \
--header 'Authorization: Bearer <token>' \
--header 'X-User-Id: <x-user-id>'{
"status": "healthy"
}Read the selected Tensormesh On-Demand health endpoint.
curl --request GET \
--url https://external.nebius.tensormesh.ai/health \
--header 'Authorization: Bearer <token>' \
--header 'X-User-Id: <x-user-id>'{
"status": "healthy"
}Use this page when you want the raw health check endpoint on a routed On-Demand host.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>X-User-Id: <uuid>Was this page helpful?