Skip to main content
GET
/
version
Get Version
curl --request GET \
  --url https://external.nebius.tensormesh.ai/version \
  --header 'Authorization: Bearer <token>' \
  --header 'X-User-Id: <x-user-id>'
{
  "version": "0.0.0"
}
Use this page when you want the raw version endpoint on a routed On-Demand host.
  • Auth: Authorization: Bearer <API_KEY>
  • Routing: required X-User-Id: <uuid>
  • Host: choose the external Tensormesh host for your provider

Authorizations

Authorization
string
header
required

Bearer authentication using your On-Demand API key. Format: Bearer <API_KEY>

Headers

X-User-Id
string<uuid>
required

Tensormesh user id used for attribution and routing.

Response

Successful Response

version
string
Example:

"0.0.0"