Skip to content

Download files

When you run the create file API call, you receive a download URL in the JSON response.

  1. Get the download URL for an existing file (by file ID):

    GET {base URL}/api/files/{id}
  2. Use the download URL to access the file:

    GET {DOWNLOAD URL}

    β€”ORβ€”

    Use a browser to go to the download URL.

    The download URL expires after 24 hours.

Files larger than 20GBs can only be downloaded in parts using a ranged GET. See CloudFront Guide for more information.

Reference Materials

Data Ocean API definition