---
title: "POST /api/v1/project/projects/"
method: POST
path: "/api/v1/project/projects/"
tags: ["project", "v1"]
---

# POST /api/v1/project/projects/

`POST /api/v1/project/projects/`

Create Document/TextUnit Vectors if needed

## Request body

- ProjectCreate
  - `pk` integer
  - `name` string, required
  - `description` string, nullable
  - `type` string, nullable
  - `send_email_notification` boolean
  - `term_tags` integer[]
  - `companytype_tags` integer[]

## Response `201`

- ProjectCreate
  - `pk` integer
  - `name` string, required
  - `description` string, nullable
  - `type` string, nullable
  - `send_email_notification` boolean
  - `term_tags` integer[]
  - `companytype_tags` integer[]

## Changes

- **2021-05-24** `8167164be9cc` — 8 info
  - added the new optional request property `companytype_tags` (media type: application/json)
  - added the new optional request property `companytype_tags` (media type: application/x-www-form-urlencoded)
  - added the new optional request property `companytype_tags` (media type: multipart/form-data)
  - added the new optional request property `term_tags` (media type: application/json)
  - …4 more
- **2020-12-11** `0957c4a7ae3d` — 8 warning
  - removed the request property `companytype_tags` (media type: application/json)
  - removed the request property `companytype_tags` (media type: application/x-www-form-urlencoded)
  - removed the request property `companytype_tags` (media type: multipart/form-data)
  - removed the request property `term_tags` (media type: application/json)
  - …4 more

[Change history](https://skmtc.dev/lexpredict/apis/contraxsuite-api/changes/api/v1/project/projects/post.md)

---

[API](https://skmtc.dev/lexpredict/apis/contraxsuite-api.md) · [All operations](https://skmtc.dev/lexpredict/apis/contraxsuite-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lexpredict/contraxsuite-api/revisions/3429f921b4cb/schema)
