# Files Endpoints for management of files ## Upload a file - [POST /files](https://hypatos.redocly.app/openapi/files/uploadfile.md): This endpoint allows a client to upload a binary file. The id returned in the response represents the file in Hypatos systems. It can be used in other endpoints, for example to initiate processing of the file to create a document holding captured data, or to include the file in a case. ## Download a file by id - [GET /files/{id}](https://hypatos.redocly.app/openapi/files/retrievefile.md): Download the content of a file with the given identifier.