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

Authorizations

Authorization
string
header
required

Use the access_token obtained from POST /token

Body

application/json
taskId
string
required

ID of the task to start

Response

200 - application/json

Task started

data
object
requestId
string