How data is delivered once you place an order: formats, timelines, and what to expect.

Once you’ve placed a final DICOM order and the licensing agreement is executed:
Delivery timeline: Full DICOM files are typically available within 2 business days of contract execution. For larger orders, our team provides a specific timeline.
Supported formats:
• DICOM: Standard medical imaging format with de-identified headers
• CSV
All data has been de-identified in compliance with HIPAA Safe Harbor standards. Patient identifiers are removed from both DICOM headers and any associated clinical data.
This guide uses the AWS Command Line Interface to download your data. If you've used aws before, you can skip ahead. Otherwise, install it for your operating system:
To confirm it's installed, run aws --version. You should see something like aws-cli/2.x.x.
Before anything else, make sure your network allows connections to Backblaze. Open your terminal and run the command below. We're testing from the terminal because that's where you'll run the AWS commands later — so if this works, the rest will work too.
A 403 response means your network can reach Backblaze — the server is rejecting an unauthenticated request, which is expected. Proceed to Step 01.
Could not resolve hostConnection timed out / Connection refusedSSL certificate problemHTTP 200, 302, or 407 (a corporate proxy is intercepting)Contact your IT department and ask them to allow outbound HTTPS to *.backblazeb2.com, then re-run the command.
Sign in to Openda and open Account Settings → Profile. Find the Backblaze B2 Credentials section near the bottom of the page. You'll need three values from there, marked ①②③ in the screenshot:
Enter the values below to generate your commands. Your values stay in this browser — nothing is sent anywhere.
Run this command in your terminal:
When prompted, enter the following:
Run the sync command below. The command updates automatically as you fill in the fields above.
The sync command can be re-run safely — it will only download files that are new or have changed since your last run.
Your machine couldn't look up the Backblaze hostname. This is almost always a DNS or content-filter issue on your network. Run the network check from Step 00 again, and if it still fails, contact your IT department and ask them to allow outbound HTTPS to *.backblazeb2.com.
Your network is reaching the right place but a firewall is dropping the connection. This usually requires IT to allow traffic on port 443 to *.backblazeb2.com. If you're on a corporate VPN, try disconnecting briefly to confirm whether the VPN is the cause.
Your credentials weren't accepted. A few things to check:
aws configure --profile segmed-b2 and re-enter the keys, watching for accidental whitespace at the start or end when pasting.Authentication worked, but the directory you specified doesn't exist or your key doesn't have access to it. Double-check that the value in field ③ matches the Directory shown in Openda exactly, including any hyphens or numbers. Don't include s3:// when entering it here — that's added automatically.
The AWS CLI isn't installed, or your terminal hasn't picked it up yet. Revisit the Before you start section above. After installing, close and reopen your terminal window, then run aws --version to confirm.
For large datasets, the sync can take hours and may pause briefly between files — this is normal. If it has actually stopped (no progress for several minutes), interrupt with Ctrl + C and re-run the same command. The sync command resumes where it left off and will only re-download files that didn't complete.
This usually means a corporate firewall or antivirus is intercepting HTTPS connections (TLS inspection). Contact your IT department — they may need to add Backblaze to a TLS-inspection exclusion list, or install a corporate root certificate on your machine that covers Backblaze traffic.
Cyberduck is a free file-transfer app for Mac and Windows. If you already have it installed, you can skip ahead. Otherwise, download it for your operating system:
Download the free installer from cyberduck.io, open the .zip, and drag Cyberduck into your Applications folder.
Or with Homebrew:
Download and run the free installer from cyberduck.io.
It's also available in the Microsoft Store.
Cyberduck isn't available for Linux.
Please follow our companion guide, Connecting to Backblaze with the AWS CLI, instead.
To confirm it's installed, open Cyberduck. You should see a mostly empty window with an Open Connection button in the top-left corner.
Before anything else, make sure your network allows connections to Backblaze. Click the link below (or copy it into your web browser's address bar):
A short page of code mentioning an error like AccessDenied means your network can reach Backblaze — the server is rejecting an unauthenticated request, which is expected. Proceed to Step 01.
This site can't be reachedConnection timed outContact your IT department and ask them to allow outbound HTTPS to *.backblazeb2.com, then try the link again.
Sign in to Openda and open Account Settings → Profile. Find the Backblaze B2 Credentials section near the bottom of the page. You'll need three values from there, marked ①②③ in the screenshot:
Enter the values below and this guide will show you exactly what to type into Cyberduck. Your values stay in this browser — nothing is sent anywhere.
Open Cyberduck and click the Open Connection button in the top-left corner of the window. A dialog appears. Fill it in exactly as shown below — the preview updates automatically as you fill in the fields above.
Step by step:
The Path field is easy to miss but essential. Click the small More Options toggle at the bottom of the dialog to reveal it, then enter your directory from ③. Without it, Cyberduck tries to list every directory on the server — which your key isn't allowed to do — and you'll see an "Access Denied" error even though your credentials are correct.
Once everything matches the preview, click Connect. If Cyberduck asks whether to save the password in your keychain or credential manager, it's safe to say yes — it saves you re-typing the key next time.
After connecting, Cyberduck shows your directory's contents like a normal file browser. To download everything:
To download only specific files or folders, just select those instead — or drag them straight from the Cyberduck window onto your desktop or into a local folder.
If a transfer is interrupted, don't worry: open the Transfers window (Window → Transfers), select the stopped transfer, and click the resume (↻) button. If Cyberduck asks what to do with files that already exist, choose Resume — it will skip everything that already finished and pick up where it left off.
Tip for next time: after connecting once, choose Bookmark → New Bookmark and your connection is saved. From then on, opening Cyberduck and double-clicking the bookmark takes you straight to your data.
This is the most common issue, and it's almost never your credentials. It usually means the Path field was left empty, so Cyberduck tried to list every directory on the server — which your key isn't allowed to do.
s3:// or any slashes at the start.Your credentials weren't accepted. A few things to check:
Your machine can't reach Backblaze — this is a network issue, not a Cyberduck issue. Re-run the browser check from Step 00. If it fails, contact your IT department and ask them to allow outbound HTTPS (port 443) to *.backblazeb2.com. If you're on a corporate VPN, try disconnecting briefly to confirm whether the VPN is the cause.
This usually means a corporate firewall or antivirus is intercepting HTTPS connections (TLS inspection). Don't click through the warning — contact your IT department. They may need to add Backblaze to a TLS-inspection exclusion list, or install a corporate root certificate on your machine that covers Backblaze traffic.
You connected, but you're not looking at the right place. Check that the Path in your connection matches the Directory from Openda character-for-character. If you saved a bookmark earlier with a wrong or missing Path, right-click the bookmark → Edit Bookmark and fix the Path there.
For large datasets, downloads can take hours and may pause briefly between files — this is normal. If a transfer has actually stopped, open Window → Transfers, select it, and click the resume (↻) button. When asked what to do with existing files, choose Resume — already-completed files are skipped, and partial files continue from where they stopped.
Still stuck? Reach out to your Segmed contact with a screenshot of the exact error message from Cyberduck.
If you have any questions, don’t hesitate to reach out to us at support@segmed.ai, or schedule a quick chat - we’d love to help you!