Download files

GET objects by bucket, client, type, and filename.

Downloads use GET requests. The gateway validates permissions, enforces rate limits, and streams the file (or redirects to a signed URL depending on configuration).

bash
# Without folder
curl -X GET "https://syncgate.clairemontferrond.net/api/s3/syncgate/acme-corp/uploads/report.pdf" \
  -H "api-key: YOUR_API_KEY" \
  -L -o report.pdf

# With folder segment
curl -X GET "https://syncgate.clairemontferrond.net/api/s3/syncgate/acme-corp/uploads/invoices/invoice-1042.pdf" \
  -H "api-key: YOUR_API_KEY" \
  -L -o invoice-1042.pdf
Info Download bandwidth counts toward your plan limit. Business plans include usage-based billing for overages.