---
title: "Create Training Template"
method: POST
path: "/train/template/create"
tags: ["train"]
---

# Create Training Template

`POST /train/template/create`

## Query parameters

- `name` string, required
- `description` string, required
- `type` string, required

## Request body

- BodyCreateTrainingTemplateTrainTemplateCreatePost
  - `config` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/transformerlab/apis/transformerlab-api.md) · [All operations](https://skmtc.net/transformerlab/apis/transformerlab-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transformerlab/transformerlab-api/versions/44da5f6e34ca/schema)
