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

# Create Course

`POST /workspaces/{workspace_id}/courses`

Create a course for a team

## Path parameters

- `workspace_id` integer, required

## Request body

- object
  - `course` CourseParameters — Courses
    - `title` string, required — Title
    - `description` string — Description
    - `show_in_community` boolean, nullable — Show In Customer Center?
    - `redirect_to_full_course` boolean, nullable — Redirect To Full Course
    - `image_id` integer, nullable — The ID of an Image to show on the storefront of the main course page

## Response `201`

Created

- CourseAttributes — Courses
  - `id` integer — Course ID
  - `public_id` string, nullable — Course public ID
  - `title` string — Title
  - `published_at` string, date-time, nullable — Available at
  - `root_section_id` string, nullable — Root section
  - `description` string — Description
  - `current_path` string, nullable — Course Path URL
  - `sharing_fingerprint` string, nullable — Sharing Fingerprint
  - `show_in_community` boolean, nullable — Show In Customer Center?
  - `show_to_non_members` boolean, nullable — Show To Non Members
  - `upgrade_url` string, nullable — Upgrade URL
  - `redirect_to_full_course` boolean, nullable — Redirect To Full Course
  - `unauthorized_redirect_url` string, nullable — Unauthorized Redirect
  - `comments_enabled` boolean, nullable — Enable Lesson Comments?
  - `created_at` string, date-time, nullable — Created at
  - `updated_at` string, date-time, nullable — Updated at
  - `image_url` string, nullable — The URL of the image that is shown on the storefront of the main course page

## Other responses

- `401` — Unauthorized
- `422` — Unprocessable Entity

---

[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)
