Skip to main content

Create document by template_id

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...