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 template_id that can be used to generate documents based on the specified template and url to edit template.

Request

Body

required

    file base64
    title string
    note string
    description string

    signers

    object[]

  • Array [

  • role string
    email string
    name string
    phone string

    widgets

    object[]

  • Array [

  • page number
    type string
    x number
    y number
    w number
    h number
  • ]

  • ]

Responses

Template created successfully!

Schema

    objectId string
Loading...