---
title: "New platform API endpoints"
slug: "news-714-new-platform-api-endpoints"
updated: 2026-05-07T08:56:47Z
published: 2026-05-07T08:56:47Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://knowledgecenter.docuware.com/llms.txt
> Use this file to discover all available pages before exploring further.

# New platform API endpoints

When using the DocuWare Platform API, you can use two additional calls in the “Web service” activity for creating DocuWare groups and for unclipping documents.

**Component**: Workflow Designer Desktop App

Applications

- **createGroup:** Once you have stored the documents for a new project, you create a group with the project name and assign an index value profile to it.
- **unclipDocument:** When documents are clipped together and stored in the file cabinet, they can be transferred to the document tray, unclipped, and then stored back in the cabinet.

Benefit

- Further automation of routine tasks

Here's how

To use the **createGroup**endpoint:

1. Under **Endpoints,**select **POST /Organization/Groups.**
2. In the **Request Body**, specify the following properties:

`Id, Name, Active.`![](https://cdn.document360.io/0108e24e-b3e8-446c-b670-66b1d2a9e861/Images/Documentation/WFD_DtApp_Request_body_EN.png)

To use the **unclipDocument**endpoint:

1. Under **Endpoints,**select **POST /FileCabinets/{TrayId\FileCabinetId}/Operations/ContentDivide?docId={docId}.**
2. In the **Request route**, specify the tray GUID

![](https://cdn.document360.io/0108e24e-b3e8-446c-b670-66b1d2a9e861/Images/Documentation/WFD_DtApp_TrayGUID_EN.png)
3. In the **Request queries**, add the Document ID.

![](https://cdn.document360.io/0108e24e-b3e8-446c-b670-66b1d2a9e861/Images/Documentation/WFD_DtApp_DocID_EN.png)
