Duplicate template
curl --request POST \
--url https://api.docsautomator.co/duplicateGoogleDocTemplate \
--header 'Authorization: Bearer <token>'{
"message": "Google Doc template duplicated successfully",
"newTemplateId": "<string>",
"url": "<string>"
}Templates
Duplicate template
Creates a copy of the Google Doc template associated with an automation. The new template is saved to your Google Drive.
POST
/
duplicateGoogleDocTemplate
Duplicate template
curl --request POST \
--url https://api.docsautomator.co/duplicateGoogleDocTemplate \
--header 'Authorization: Bearer <token>'{
"message": "Google Doc template duplicated successfully",
"newTemplateId": "<string>",
"url": "<string>"
}Authorizations
API key from your workspace settings. Pass as Authorization: Bearer <key> or X-API-Key: <key>. Find it at app.docsautomator.co/settings/workspace/api.
Query Parameters
The automation ID.
Custom name for the duplicated template. Defaults to the automation title.
Last modified on May 26, 2026
⌘I