Skip to main content
POST
Relocates a file so it exists only in the destination location. Use Copy if you want to keep the source in place.

Body parameters

from
string | string[]
required
Source location path.A valid file or folder path begins with the location, followed by a path relative to the root directory. To move multiple files, submit a string array. Regex supported.Examples
  • "Production Bucket/archives/2026-04-21"
  • "Dropbox/*"
to
string
required
Destination location path.

Example

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
from
required

Source location path. To target multiple files, submit a string array. Regex supported.

to
string
required

Destination location path.

Response

Transfer accepted

id
string

Identifier for the transfer.

status
enum<string>
Available options:
queued,
running,
complete