Skip to main content
POST
Create Template

Authorizations

Authorization
string
header
required

Okta access-token JWT sent as a Bearer token. The token identifies the user and scopes access to the user's organization.

Body

application/json
template_name
string
required

Name of template

document_type
string
required

Document type (e.g., CSR, IND)

sections
object[]
required

At least one section required

template_s3_uri
string | null

S3 object key for template file

template_file_name
string | null

Template file name

document_description
string | null
tags
string[] | null
users
string[] | null

User IDs with access

Response

Template created successfully

template_id
string

UUID of created template

template_name
string
organization_id
string
section_count
integer
rule_count
integer

Total rules across sections

created_at
string<date-time>
message
string | null