---
title: "Criar Modelo"
method: POST
path: "/templates"
---

# Criar Modelo

`POST /templates`

Referência para criação de modelos.

## Headers

- `Authorization` string
- `Content-type` 'application/vnd.api+json'

## Response `201`

201

- object
  - `data` object
    - `id` string
    - `type` string
    - `links` object
      - `self` string
      - `files` object
        - `original` string
    - `attributes` object
      - `name` string
      - `color` string
      - `created` string
      - `modified` string

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `422` — 422
- `503` — 503

---

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