cURL
curl --request POST \ --url https://openapi.octoparse.com/data/markexported \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "taskId": "<string>" } '
{ "requestId": "<string>" }
データをエクスポート済みとしてマークしてください。
Documentation IndexFetch the complete documentation index at: https://www.octoparse.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://www.octoparse.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
POST /tokenで取得したaccess_tokenを使用します。
POST /token
access_token
データをエクスポート済みに設定しました。