Skip to main content
POST
Upload an HTML template

Authorizations

Authorization
string
header
required

access token

Body

application/json
documentID
string
required

The ID of the template.

Example:

"employmentAgreement"

html
string
required
css
string

Optional CSS styles for the template.

Example:

"body { font-family: 'Times New Roman'; font-size: 12pt; }"

Response

HTML template successfully uploaded.

The response is of type string.

Example:

"successfully uploaded HTML template"