cURL
curl --request POST \ --url https://openapi.octoparse.com/task/urls:file \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'taskId=<string>' \ --form file='@example-file'
{ "requestId": "<string>" }
URLファイルリンクでタスク内のURLを更新します。
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
URLを1行に1つずつ記載したファイル
タスクURLの更新に成功しました。