Skip to main content
GET
cURL
This endpoint returns detailed information about a specific template, including its variables and metadata.

Path Parameters

string
required
The unique identifier of the template

Response

The endpoint returns a JSON object containing detailed information about the template.

Variable Types

The published_variables array contains all variables that can be modified when rendering the template. Each variable has:
  • id: Unique identifier for the variable
  • name: Human-readable name used in API calls
  • type: Type of variable (text or image)
  • value: Default value for the variable

Headers

X-API-Key
string
required

API Key

Path Parameters

template_id
string
required

Response

Template details

cid
string
required
uid
string
required
name
string
required
type
string
required
created_at
string
required
updated_at
string
required
published_variables
object[]
required