Download file

View as Markdown
Retrieves and downloads the entire media file based on the specified file ID. A checksum is provided to validate the integrity of the downloaded file.

Path parameters

idstringRequiredformat: "uuid"

Response headers

Content-Typestring or null
Content-Lengthinteger
Checksum-SHA256string or null

Response

Successfully retrieved the entire file. The response body contains the file data.

Errors