cURL
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.
Authorization: Bearer <API_KEY>
X-User-Id: <uuid>
Bearer authentication using your On-Demand API key. Format: Bearer <API_KEY>
Tensormesh user id used for attribution and routing.
Successful Response
"healthy"