Skip to main content
GET
/
v1
/
templates
/
{name}
Get template details
curl --request GET \
  --url https://api.hopx.dev/v1/templates/{name} \
  --header 'X-API-Key: <api-key>'
{
  "build_id": "<string>",
  "category": "<string>",
  "created_at": "<string>",
  "default_resources": {
    "disk_gb": 123,
    "memory_mb": 123,
    "vcpu": 123
  },
  "description": "<string>",
  "display_name": "<string>",
  "docs_url": "<string>",
  "features": [
    "<string>"
  ],
  "fluent_api_config": [
    123
  ],
  "icon": "<string>",
  "id": "<string>",
  "is_active": true,
  "is_public": true,
  "language": "<string>",
  "max_resources": {
    "disk_gb": 123,
    "memory_mb": 123,
    "vcpu": 123
  },
  "min_resources": {
    "disk_gb": 123,
    "memory_mb": 123,
    "vcpu": 123
  },
  "name": "<string>",
  "object": "<string>",
  "organization_id": "<string>",
  "popularity_score": 123,
  "request_id": "<string>",
  "status": "<string>",
  "tags": [
    "<string>"
  ],
  "updated_at": "<string>"
}

Authorizations

X-API-Key
string
header
required

API key for authentication (format: sk_live_...)

Path Parameters

name
string
required

Template name

Response

Template details

build_id
string
category
string
created_at
string
default_resources
object
description
string
display_name
string
docs_url
string
features
string[]
fluent_api_config
integer[]

Build configuration (from_image, steps, etc.)

icon
string
id
string
is_active
boolean
is_public
boolean
language
string
max_resources
object
min_resources
object
name
string
object
string
organization_id
string
popularity_score
integer
request_id
string
status
string

pending, building, active, failed, archived

tags
string[]
updated_at
string