Skip to main content

Create Document from Template

POST 

/createdocument/:template_id

The Create Document API allows you to generate new documents by providing template_id.

Request

Path Parameters

    template_id stringrequired

    objectId of contact

Body

required

    signers

    object[]

  • Array [

  • Role string
    Email mail
    Name string
    Phone string
  • ]

Responses

Document created successfully!

Schema

    objectId string
    url string
Loading...