cURL
curl --request GET \ --url https://serverless.tensormesh.ai/version \ --header 'Authorization: Bearer <token>'
{ "version": "0.0.0" }
Read the verified Tensormesh Serverless version 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
"0.0.0"