---
title: "POST /api/v1/document/project/{project_pk}/documents/"
method: POST
path: "/api/v1/document/project/{project_pk}/documents/"
tags: ["document", "v1"]
---

# POST /api/v1/document/project/{project_pk}/documents/

`POST /api/v1/document/project/{project_pk}/documents/`

## Path parameters

- `project_pk` string, required

## Request body

- DocumentsForUser
  - `pk` integer
  - `name` string, nullable
  - `document_type` string, nullable
  - `project` integer, nullable
  - `status_name` string, required

## Response `201`

- DocumentsForUser
  - `pk` integer
  - `name` string, nullable
  - `document_type` string, nullable
  - `project` integer, nullable
  - `status_name` string, required

---

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