Skip to main content
GET
https://serverless.tensormesh.ai
/
version
Get Version
curl --request GET \
  --url https://serverless.tensormesh.ai/version \
  --header 'Authorization: Bearer <token>'
{
  "version": "0.0.0"
}
Use this page when you want the raw serverless version endpoint.
  • Auth: none required on the public host; Authorization: Bearer <API_KEY> is also accepted
  • Host: https://serverless.tensormesh.ai

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

version
string
Example:

"0.0.0"