Create template
+Create template
POST/createtemplate
The Template Creation API allows users to create customizable templates, which serve as blueprints for generating documents with predefined structures. Upon successful template creation, the API returns a unique template_id that can be used to generate documents based on the specified template and url to edit template.
Request
- application/json
Body
required
Responses
- 200
- 405
Template created successfully!
- application/json
- Schema
- Example (from schema)
Schema
{
"objectId": 0,
"url": "https://exampleurl.com"
}
Invalid API Token!
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "Invalid API token!"
}
Responses
- 200
- 405
Template created successfully!
- application/json
- Schema
- Example (from schema)
Schema
{
"objectId": 0,
"url": "https://exampleurl.com"
}
Invalid API Token!
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "Invalid API token!"
}