---
title: "Create PDF template"
method: POST
path: "/templatepdf/"
tags: ["templatepdf"]
---

# Create PDF template

`POST /templatepdf/`

Upload a PDF document you want to send to be signed

## Request body

- TemplatePdfFieldPost
  - `archive_upon_send` boolean — archive PDF when sent
  - `group` string, required
  - `pdf_file` string, byte, required — base64 encoded PDF file data
  - `process_tags` boolean
  - `title` string
  - `user` string — assign to group member if not api user

## Response `201`

operation successful

---

[API](https://skmtc.net/legalesign/apis/legalesign-api.md) · [All operations](https://skmtc.net/legalesign/apis/legalesign-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/legalesign/legalesign-api/revisions/3bf301e758f2/schema)
