files

Get File Content

Download the raw bytes of a file, streamed rather than buffered whole.

get/v1/files/{file_id}/content

Path parameters

file_idstring required

Query parameters

userstring nullable

Response

File content. Content-Type reflects the stored media type; application/octet-stream is the fallback.

Changes