---
title: "Create Form"
method: POST
path: "/workspaces/{workspace_id}/forms"
tags: ["Form"]
---

# Create Form

`POST /workspaces/{workspace_id}/forms`

Add a new form

## Path parameters

- `workspace_id` integer, required

## Request body

- object
  - `form` FormParameters — Forms
    - `name` string, required — Name

## Response `201`

Created

- FormAttributes — Forms
  - `id` integer — Form ID
  - `public_id` string, nullable — Form public ID
  - `workspace_id` integer — Workspace ID
  - `name` string — Name
  - `created_at` string, date-time, nullable — Added
  - `updated_at` string, date-time, nullable — Updated

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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