---
title: "POST /api/v1/project/upload-session/{uid}/batch_upload/"
method: POST
path: "/api/v1/project/upload-session/{uid}/batch_upload/"
tags: ["project", "v1"]
---

# POST /api/v1/project/upload-session/{uid}/batch_upload/

`POST /api/v1/project/upload-session/{uid}/batch_upload/`

Upload files from given sub-folder in media/data/documents folder

    Params:
        - source_path: relative path to a folder with documents

## Path parameters

- `uid` string, required

## Request body

- UploadSessionBatchUploadRequest
  - `folder` string, required

## Response `201`

- UploadSessionDetail
  - `uid` string, uuid
  - `project` integer, nullable
  - `created_by` TaskQueueReviewersDataInner, required
    - `pk` integer
    - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
  - `created_date` string, date-time
  - `document_type` string
  - `progress` string
  - `completed` boolean, nullable
  - `is_canceling` string

---

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