---
title: "Get specific custom template details"
method: GET
path: "/v2/template/custom/{id}"
tags: ["Template"]
---

# Get specific custom template details

`GET /v2/template/custom/{id}`

Retrieve detailed information about a specific custom template including its variables.

## Path parameters

- `id` integer, required

## Response `200`

Success

- object
  - `code` integer, required — Business status code: * 0 - Success * 10104 - Record not found * 10105 - Invalid API key * 18020 - Insufficient credit * 18025 - No permission to call APIs * 40000 - Parameter error * 50000 - System error
  - `msg` string, required — Response message
  - `data` object
    - `template_id` integer — Template ID
    - `name` string — Template name
    - `cover_url` string, uri — Cover image URL
    - `preview_url` string, uri — Preview video URL
    - `aspect_ratio` integer — Aspect ratio
    - `variables` object[] — Template variables
      - `type` string — Variable type
      - `name` string — Variable name

---

[API](https://skmtc.net/jogg/apis/joggai-openapi-v2.md) · [All operations](https://skmtc.net/jogg/apis/joggai-openapi-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jogg/joggai-openapi-v2/versions/ec8807ce9c12/schema)
