Skip to main content
POST
/
duplicateAutomation
Duplicate automation
curl --request POST \
  --url https://api.docsautomator.co/duplicateAutomation \
  --header 'Authorization: Bearer <token>'
{
  "newAutomationId": "<string>"
}

Authorizations

Authorization
string
header
required

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

automationId
string
required

The automation ID to duplicate.

Response

Automation duplicated

newAutomationId
string

The ID of the newly created automation.

Last modified on May 26, 2026