Skip to main content
Version: v2023.18.0

POST Document Layout

This API allows you to upload the layout information for a document.

API Description

Endpoint:

POST /documents/layout

Request body:

ParameterDescription
documentLayoutThe layout information of the document

Example

Upload Document Layout

The following example demonstrates how to upload the layout information

for a document "document_layout.json".
curl -X 'POST' \
'http://localhost:8761/documents/layout' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
--data-binary '@document_layout.json'