Skip to main content
GET

Overview

This endpoint streams the raw contents of a previously uploaded file. The response body is application/octet-stream — the file as it was uploaded. The file must be in a downloadable state. Files that are still uploading, deleted, or corrupt will return 400.

Path Parameters

string
required
Identifier of the file to download

Response

The response body is the raw file bytes with Content-Type: application/octet-stream.