Skip to main content
POST
Create a document from a template

Authorizations

Authorization
string
header
required

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

Body

application/json
ownerEmail
string | null
coAuthorEmail
string | null
documentName
string | null
Maximum string length: 200
externalId
string | null
Maximum string length: 64
templateId
string | null
templateFields
object | null

Entity data must be passed in as keys on this object, matching the entity names and types for the template.

The entity names and types can be fetched from 'Get template' endpoint.

The structures for each entity type are listed as properties below.

eventNotification
object

Response

Created

id
string | null
url
string | null