Skip to main content

Draft Template

POST 

/drafttemplate

The Draft Template API allows you to create customizable draft templates .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

Responses

Template created successfully!

Schema

    objectId number
    url string
Loading...