Skip to main content
POST
/
cloudextraction
/
subtasks:start
Start Subtasks
curl --request POST \
  --url https://openapi.octoparse.com/cloudextraction/subtasks:start \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "taskId": "<string>",
  "subTaskIds": [
    "<string>"
  ]
}
'
{
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

Use the access_token obtained from POST /token

Body

application/json
taskId
string
required
subTaskIds
string[]
required

Response

200 - application/json

Subtasks started

requestId
string