Comment on page
Templates API
Below APIs are deprecated and new version of APIs are available at https://dashboard.docupilot.app/api-docs/swagger-ui/
get
https://api.docupilot.app
/api/v1/templates
Get list of Templates
get
https://api.docupilot.app
/api/v1/templates/:id
Get a Template
post
https://api.docupilot.app
/api/v1/templates
Create a new Template
put
https://api.docupilot.app
/api/v1/templates/:id
Update a Template
delete
https://api.docupilot.app
/api/v1/templates/:id
Delete template
post
https://api.docupilot.app
/api/v1/templates/:id/content
Add / Update Template Content
get
https://api.docupilot.app
/api/v1/templates/:id/schema
Get Schema for a template
post
https://api.docupilot.app
/api/v1/templates/:id/merge
Merge a document
The body parameters for Merge API depends on the tokens configured in the document.
Last modified 3mo ago