OpenRelay is in Preview — the API is still evolving and may change without notice.
Catalog

VM template catalog

GET
/v1/vm-templates
AuthorizationBearer <token>

OpenRelay API key. Send it as Authorization: Bearer vl_….

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/vm-templates"
[
  {
    "id": "string",
    "name": "string",
    "slug": "string",
    "description": "string",
    "filename": "string",
    "requiresGpu": true,
    "osVersion": "string",
    "driverVersion": "string",
    "osType": "string",
    "isDefault": true,
    "sortOrder": 0,
    "compatibleGpuModelIds": [
      "string"
    ]
  }
]
{
  "error": "string",
  "code": "string"
}