Files API
Download File
Download the raw bytes of a previously uploaded file
GET
Overview
This endpoint streams the raw contents of a previously uploaded file. The response body isapplication/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
Identifier of the file to download
Response
The response body is the raw file bytes withContent-Type: application/octet-stream.