---
title: "Create Certificate Template"
method: POST
path: "/api/v1/admin/certificate-templates"
tags: ["Certificate Templates"]
---

# Create Certificate Template

`POST /api/v1/admin/certificate-templates`

## Request body

- object
  - `name` string
  - `description` string
  - `locale` 'zh' | 'en'
  - `canvasWidth` number
  - `canvasHeight` number
  - `elements` unknown[]
    - unknown
  - `isDefault` boolean
  - `isActive` boolean

## Response `201`

Created successfully

- object — Created successfully
  - `success` boolean, required
  - `data` object, required

## Other responses

- `400` — Validation failed

---

[API](https://skmtc.dev/newapi/apis/qn-platform-api.md) · [All operations](https://skmtc.dev/newapi/apis/qn-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/newapi/qn-platform-api/revisions/d61f11e363ff/schema)
