POST /public/beta/documents/{document_id}/docx-export-tasks

⏱️ Export as DOCX is a non-blocking (asynchronous) operation The document generation process may take some time. With a successful request, you receive a response with task ID, status created and document id. After process completes, usually in a few minutes, the task status moves to the done state. You can download documents up to 300 pages. For documents of 301+ pages, you will receive an error “400: The number of pages more then limit 300”

Servers

Path parameters

Name Type Required Description
document_id String Yes

Specify document id.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.