POST
/
v1
/
templates

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

The name of the template.

Maximum length: 200
output
enum<string>
required

The output format of the template.

Available options:
PDF,
IMAGE
variables
object
required

The variables of the template.

Response

201 - application/json
id
string
required

The unique identifier of the template.

name
string
required

The name of the template.

Maximum length: 200
output
enum<string>
required

The output format of the template.

Available options:
PDF,
IMAGE
createdAt
string
required

The date and time the template was created.

updatedAt
string
required

The date and time the template was last updated.

variables
object
required

The variables of the template.

Was this page helpful?