---
title: "Add in Files in Folder"
method: POST
path: "/api/v1/eevee/documents/upload/"
tags: ["default"]
---

# Add in Files in Folder

`POST /api/v1/eevee/documents/upload/`

Upload a document (PDF/image) into a specific folder for processing. You must provide the document type and the folder ID created earlier.

**Form-Data Params:**

- `file`: (file input, binary) – the document to be uploaded
    
- `type`: the document type (e.g., `"invoice"` or `"us_bank_statement"`)
    
- `folder_id`: the ID of the folder where the file should be uploaded

## Headers

- `apikey` string

## Response `200`

Successful response

---

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