Skip to main content
GET
/
api
/
v2
/
design-templates
/
{template_id}
Get a design template
curl --request GET \
  --url https://api.heymilo.ai/api/v2/design-templates/{template_id} \
  --header 'X-API-KEY: <api-key>'
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "template_type": "<string>",
    "design_config": {},
    "created_at": 123,
    "updated_at": 123,
    "object": "design_template"
  },
  "meta": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.heymilo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

API key for authentication. Pass your key in the X-API-KEY header.

Headers

X-API-KEY
string
required

Path Parameters

template_id
string
required

Response

Successful Response

data
DesignTemplateResponse · object
required

A design template controlling the visual appearance of candidate-facing pages.

Design templates define colors, fonts, images, and text for pages such as the welcome page, interview page, status page, and interview-complete page.

meta
Meta · object

Optional metadata. Shape varies by endpoint.