Skip to main content
POST
/
task
/
copy
Duplicate Task
curl --request POST \
  --url https://openapi.octoparse.com/task/copy \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "taskId": "<string>"
  },
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

Use the access_token obtained from POST /token

Query Parameters

taskId
string
required

ID of the task to duplicate

taskGroupId
string
required

Destination task group ID

Response

200 - application/json

Task duplicated

data
object
requestId
string