Skip to main content
POST
Create a template

Authorizations

Authorization
string
header
required

OAuth 2.0 client credentials access token, passed as a Bearer token in the Authorization header.

Body

multipart/form-data
file
file
required

The PDF or DOCX file to upload (max 40MB).

filename
string
required

The name of the file including extension.

Example:

"document.docx"

Response

Template created successfully.

templateId
string

The unique identifier of the created template.

Example:

"abc123xyz"

editTemplateAccess
object

Template editing access information.