---
title: "Create a project"
method: POST
path: "/projects"
tags: ["projects"]
---

# Create a project

`POST /projects`

## Request body

- CreateProjectDto
  - `name` string, required — The name of the project
  - `id_organization` string — The organization ID
  - `id_user` string, required — The user ID

## Response `201`

- ProjectResponse
  - `id_project` string, required — Unique identifier for the project
  - `name` string, required — Name of the project
  - `sync_mode` string, required — Synchronization mode of the project
  - `pull_frequency` number — Frequency of pulling data in seconds
  - `redirect_url` string — Redirect URL for the project
  - `id_user` string, required — User ID associated with the project
  - `id_connector_set` string, required — Connector set ID associated with the project

## Changes

- **2024-12-16** `37e33fd8b040` — 2 breaking
  - the response property `pull_frequency` became optional for the status `201`
  - the response property `redirect_url` became optional for the status `201`
- **2024-12-14** `69df76288cd9` — 2 info
  - the response property `pull_frequency` became required for the status `201`
  - the response property `redirect_url` became required for the status `201`
- **2024-11-21** `47f47d53c24d` — 2 breaking
  - the response property `pull_frequency` became optional for the status `201`
  - the response property `redirect_url` became optional for the status `201`
- **2024-11-16** `8c8c3916da22` — 2 info
  - the response property `pull_frequency` became required for the status `201`
  - the response property `redirect_url` became required for the status `201`
- **2024-09-05** `5ba5c769e2e1` — 2 breaking
  - the response property `pull_frequency` became optional for the status `201`
  - the response property `redirect_url` became optional for the status `201`

[Full history](https://skmtc.dev/panoratech/apis/panora-api/changes/projects/post.md)

---

[API](https://skmtc.dev/panoratech/apis/panora-api.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/panoratech/panora-api/revisions/318082b88074/schema)
