ReferenceDocumentsGenerate

    One-shot document generation

    One-shot document generation - POST /documents/generate. DocDealer REST API reference.

    POST
    /documents/generate

    Authorization

    bearerAuth
    AuthorizationBearer <token>

    In: header

    Request Body

    application/json

    TypeScript Definitions

    Use the request body type in TypeScript.

    Response Body

    application/json

    curl -X POST "https://example.com/documents/generate" \  -H "Content-Type: application/json" \  -d '{    "formData": {      "property1": null,      "property2": null    }  }'
    null