cURL
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>" }
Run a task in the Cloud.
Use the access_token obtained from POST /token
ID of the task to start
Task started
Show child attributes