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>" }
Update the URLs in a task with a URL file link.
Use the access_token obtained from POST /token
A file containing URLs (one per line)
Task URLs updated