Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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 string 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

id
string
required

The unique identifier of the template.

name
string
required

The name of the template.

Maximum string length: 200
output
enum<string>
required

The output format of the template.

Available options:
PDF,
IMAGE
createdAt
string<date-time>
required

The date and time the template was created.

updatedAt
string<date-time>
required

The date and time the template was last updated.

variables
object
required

The variables of the template.