Skip to main content

Create template

POST 

/createtemplate

The Template Creation API allows users to create customizable templates, which serve as blueprints for generating documents with predefined structures. Upon successful template creation, the API returns a unique templateId that can be used to generate documents based on the specified template and url to edit template.

Request

Body

required

    file binary
    Name string
    Description string
    Note string
    Signers string[]

Responses

Template created successfully!

Schema

    objectId number
    url string
Loading...