v1

latestOpenAPI 3.0.02026-07-263365159.1 KB

Folder Creation

Create a new folder in your Docsumo account to organize and categorize documents. This endpoint allows you to specify a folder name and document type for better document management.

post/api/v1/mew/folder/add/

Headers

apikeystring required

Request body

folder_namestring json required

The name of the new folder to be created.

typestring json required

Specifies the category or type of documents that will be stored in this folder.

Response

200

errorstring
error_codestring
messagestring
statusstring
status_codeinteger

Example response

{
  "data": {
    "created_at": "Thu, 01 Jan 2025 13:22:58 GMT",
    "created_at_iso": "2025-01-01T13:22:58+00:00",
    "folder_id": "0fde70302e054d96acf2a298ebcd6b61",
    "folder_name": "myinvoices",
    "modified_at": "Thu, 19 Jun 2025 13:22:58 GMT",
    "modified_at_iso": "2025-01-01T13:22:58+00:00",
    "org_id": "68524ca922fcf4e9726befb9",
    "type": "invoice",
    "uploaded_by": {
      "email": "foobar@docsumo.com",
      "full_name": "foobar",
      "user_id": "68524ca922fcf4e9726befba"
    },
    "user_id": [
      "68524ca922fcf4e9726befba"
    ]
  },
  "status": "success",
  "status_code": 200
}