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

# Create a project

`POST /projects`

Simply create a new project

**Deprecated**: default_format

**Permission required:** create_inbox

## Request body

- ProjectModelPost
  - `default_document_type` string — This format is chosen as fallback
  - `default_format` string — This format is chosen as fallback
  - `formats` string[], required
  - `name` string, required
  - `split_into_sections` boolean, required
  - `sub_page_splitting` boolean, required
  - `timeout` integer

## Other responses

- `403` — Permission insufficient
- `404` — Format Not Found

---

[API](https://skmtc.net/contractp/apis/contract-p.md) · [All operations](https://skmtc.net/contractp/apis/contract-p/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/contractp/contract-p/revisions/8ce53ebd6bd3/schema)
