Catalog
List OS templates
Returns all public OS templates available for VM creation. Windows templates are only available for premium VM types.
get/api/v1/public/templates
Query parameters
category'os' | 'marketplace'
Filter by template category
vm_type'standard' | 'premium'
Filter by VM type. When standard, Windows templates are excluded.
region'us-east'
Filter by region
Response
List of templates
Example response
{
"success": true,
"data": [
{
"id": "5ac21891-32e6-41ce-8a93-b5d6ab708b0d",
"name": "Ubuntu",
"version": "24.10x64",
"cpu": 1,
"ram": 1,
"storage": 25,
"os_type": "linux",
"category": "os",
"region": "us-east"
}
],
"total": 12
}