Skip to main content
POST
Pulls from a link to a destination path. Byteport fetches the file server-side — you do not need to download it locally first.

Body parameters

from
string | string[]
required
URL to pull from.
to
string
required
Destination location path. Must be a valid location and file name.

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

URL to pull from.

to
string
required

Destination location path. Must be a valid location and file name.

Response

Pull accepted

id
string

Identifier for the transfer.

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