v1
latestOpenAPI 3.0.02026-07-263365159.1 KBFolder 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
Get your API key at: https://app.docsumo.com/settings/webhook-api/
Request body
Response
200
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
}