---
title: "Create Template Form"
method: POST
path: "/forms"
tags: ["forms"]
---

# Create Template Form

`POST /forms`

## Request body

- NewFormRequest
  - `vendor_id` string, uuid, required
  - `template_id` string, uuid, required
  - `form_name` string, required
  - `request` CreateFormResponsesRequest
    - `recipients` FormRequestRecipient[], required
      - `user_id` string, uuid, nullable
      - `email` string, required
      - `first_name` string, required
      - `last_name` string, required
    - `question_ids` union
      - string[]
      - 'all'
    - `due_date` string, date-time, required
  - `autofill` AutofillFormRequest
    - `question_ids` union
      - string[]
      - 'all'
    - `file_upload_ids` string[], required
    - `additional_instructions` string, nullable

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
