---
title: "Create new funnel"
method: POST
path: "/funnels/create"
tags: ["Funnels"]
---

# Create new funnel

`POST /funnels/create`

Creates a new video funnel for the authenticated user's organization

## Request body

- CreateFunnelRequest
  - `name` string, required — Name of the funnel

## Response `201`

Funnel created successfully

- object
  - `message` string
  - `data` FunnelCreated
    - `id` string, uuid — Unique identifier of the created funnel
    - `name` string — Name of the created funnel
    - `organization_id` string, uuid — Organization that owns the funnel
    - `folder_id` string, uuid, nullable — Associated folder ID if any
    - `created_at` string, date-time — Funnel creation timestamp

## Other responses

- `400` — Bad request - Invalid input parameters
- `401` — Unauthorized - Invalid or missing authentication
- `500` — Internal server error

---

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