Skip to main content
POST
/
task
/
urls:file
Update Task URLs
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>"
}

Authorizations

Authorization
string
header
required

Use the access_token obtained from POST /token

Body

multipart/form-data
taskId
string
required
file
file
required

A file containing URLs (one per line)

Response

200 - application/json

Task URLs updated

requestId
string