Duplicate automation
curl --request POST \
--url https://api.docsautomator.co/duplicateAutomation \
--header 'Authorization: Bearer <token>'{
"newAutomationId": "<string>"
}Automations
Duplicate automation
Creates a copy of an existing automation with ’ COPY’ appended to the title.
POST
/
duplicateAutomation
Duplicate automation
curl --request POST \
--url https://api.docsautomator.co/duplicateAutomation \
--header 'Authorization: Bearer <token>'{
"newAutomationId": "<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 to duplicate.
Response
Automation duplicated
The ID of the newly created automation.
Last modified on May 26, 2026
⌘I