メインコンテンツへスキップ
POST
/
cloudextraction
/
start
タスクを開始
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>"
}

承認

Authorization
string
header
必須

POST /tokenで取得したaccess_tokenを使用します。

ボディ

application/json
taskId
string
必須

開始するタスクのID

レスポンス

200 - application/json

タスクの開始に成功しました。

data
object
requestId
string