Data Types

CopyFileBatch

Copies multiple files asynchronously.

POST /v2/accounts/{accountId}/files/copy/batch
cURL
1curl "https://api.upload.io/v2/accounts/{accountId}/files/copy/batch" \
2 -H "Authorization: Bearer YOUR_API_KEY" \
3 -H "Content-Type: application/json" \
4 -d @- << EOF
5 {
6 "files": [
7 {
8 "condition": {
9 "equals": "*",
10 "type": "Equals"
11 },
12 "destination": "/destination/file.txt",
13 "source": "/source/file.txt"
14 }
15 ]
16 }
17EOF
Response (200)
1{
2 "jobDocs": "https://upload.io/docs/upload-api/jobs/GetJob",
3 "jobId": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
4 "jobType": "ExampleJob",
5 "jobUrl": "https://api.upload.io/v2/accounts/FW25aki/jobs/ExampleJob/01ARZ3NDEKTSV4RRFFQ69G5FAV"
6}

Request Body

Response Body

URL Parameters

accountId

Your account ID.

This is visible on the settings page:

https://upload.io/dashboard/settings

Example: A623uY2

Type: String

Length: 7

In: Path

Required: Yes

Request Headers

Authorization

Add one of these Authorization header values to your request:

Option 1: prefix "Bearer " to your API key. The result is your Authorization header value.

Option 2: use HTTP basic authorization, specifying apikey as your username, and your API key as your password.

Type: String

In: Header

Required: Yes

Content-Type

This endpoints requires a JSON request body.

Type: String

Value: "application/json"

In: Header

Required: Yes

Was this section helpful? Yes No

You are using an outdated browser.

This website requires a modern web browser -- the latest versions of these browsers are supported: