Skip to main content

Template Creation API

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.

Request

Body

    Name string
    Note string
    Description string
    URL string
    signers signers[]
    folderId string

Responses

Template created successfully!

Schema

    code int32
    type string
    message string
Loading...