Documents API
Split a Document by Document Type
POST
The Split a Document by Document Type endpoint allows you to split an existing document into multiple documents based on the specified document types. This operation is useful for processing documents with different types of content or sections, ensuring that each part is categorized and handled according to its document type.
Request Body Parameters:
template_ids(array of strings): A list oftemplate_ids that specify how the document should be split. Each ID corresponds to a predefined template schema.

