cURL
curl --request GET \ --url https://api.hopx.dev/v1/templates \ --header 'X-API-Key: <api-key>'
{ "data": [ { "build_id": "<string>", "created_at": "<string>", "default_resources": { "disk_gb": 123, "memory_mb": 123, "vcpu": 123 }, "display_name": "<string>", "id": "<string>", "is_public": true, "name": "<string>", "object": "<string>", "organization_id": "<string>", "status": "<string>", "updated_at": "<string>" } ], "has_more": true, "object": "<string>", "request_id": "<string>", "url": "<string>" }
List all available VM templates (public and organization-specific)
API key for authentication (format: sk_live_...)
List of templates
Show child attributes