ReferenceDocumentsDocumentidSection generations

    Generate document section(s)

    Generate document section(s) - POST /documents/{documentId}/section-generations. DocDealer REST API reference.

    POST
    /documents/{documentId}/section-generations

    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

    application/json

    application/json

    application/json

    application/json

    application/json

    curl -X POST "https://example.com/documents/string/section-generations" \  -H "Content-Type: application/json" \  -d '{}'
    {  "results": [    {      "error": "string",      "length": 0,      "sectionId": "string",      "static": true,      "success": true    }  ],  "success": true}