Data Types

CopyFile

Copies a file synchronously.

POST /v2/accounts/{accountId}/files/copy
cURL
1curl "https://api.bytescale.com/v2/accounts/{accountId}/files/copy" \
2 -H "Authorization: Bearer YOUR_API_KEY" \
3 -H "Content-Type: application/json" \
4 -d @- << EOF
5 {
6 "condition": {
7 "equals": "*",
8 "type": "Equals"
9 },
10 "destination": "/destination/file.txt",
11 "source": "/source/file.txt"
12 }
13EOF
Response (200)
1{
2 "status": "Copied"
3}

Your account ID.

This is visible on the settings page:

https://www.bytescale.com/dashboard/settings

Example: A623uY2

Type: String

Length: 7

In: Path

Required: Yes

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

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: