cURL
curl --request POST \ --url https://openapi.octoparse.com/task/copy \ --header 'Authorization: Bearer <token>'
{ "data": { "taskId": "<string>" }, "requestId": "<string>" }
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