Documentation

File transfer
for developers.

Access, move, and process any file across your users' connected storage — Dropbox, Google Drive, S3, and more — through a single HTTP API.

copy a file across locations
$ curl https://api.byteport.com/copy \
  -H "Authorization: Bearer $BYTEPORT_API_KEY" \
  -d '{
      "from": "dropbox/reports/q4.pdf",
      "to": "s3-prod/archive/"
    }'

API Reference

Every endpoint, with live request and response examples.

Transfers

Copy, move, pull, send, and share files across any location.

API Keys

Create and manage the bearer tokens that authenticate requests.

Webhooks

Subscribe to events and get notified the moment files change.

Connect any location

Byteport talks to your users' storage so you don't have to. One integration, every provider.

Amazon S3Google DriveDropboxBox+ more

Start here