cURL
curl --request GET \ --url https://serverless.tensormesh.ai/health \ --header 'Authorization: Bearer <token>'
{ "status": "healthy" }
Read the verified Tensormesh Serverless health endpoint.
Authorization: Bearer <API_KEY>
https://serverless.tensormesh.ai
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
"healthy"