ReferenceDocumentsDocumentidExports

    Export document as DOCX/PDF/ZIP

    Export document as DOCX/PDF/ZIP - POST /documents/{documentId}/exports. DocDealer REST API reference.

    POST
    /documents/{documentId}/exports

    Authorization

    bearerAuth
    AuthorizationBearer <token>

    In: header

    Path Parameters

    documentId*string

    Request Body

    application/json

    TypeScript Definitions

    Use the request body type in TypeScript.

    Response Body

    curl -X POST "https://example.com/documents/string/exports" \  -H "Content-Type: application/json" \  -d '{    "content": "string"  }'
    null