Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://openapi.octoparse.com/task/copy \ --header 'Authorization: Bearer <token>'
{ "data": { "taskId": "<string>" }, "requestId": "<string>" }
Required plan: Standard, Professional, or Enterprise.
Duplicate a task to a specified group.
Use the access_token obtained from POST /token
ID of the task to duplicate
Destination task group ID
Task duplicated
Show child attributes