Documents
[Beta] DOCX Export Task
📘 This endpoint returns the current state of a DOCX export task for a document. The endpoint supports downloading only multiple files if the document contains several sections. Downloading as a single file in this case is not possible.
get/public/beta/documents/{document_id}/docx-export-tasks/{task_id}
Path parameters
document_idstring required
Specify document id.
task_idstring required
Specify Task id.
Response
Got state of export DOCX task.
Example response
{
"id": "nPh2PDhFdDqAES9k64h9qX",
"document_id": "BhVzRcxH9Z2LgfPPGXFUBa",
"status": "created",
"docx_items": [
{
"section_title": "Section 1"
}
]
}