# documents ## ViewSet for documents providing list, retrieve, create and upload operations. - [GET /documents](https://api.coolset.com/eudr-api/documents/documents_list.md): - list: Get all documents for the company - retrieve: Get a specific document - create: Create new document and get upload URL - confirm_upload: Confirm file upload completion - download: Generate download URL for private document ## Documents Create - [POST /documents](https://api.coolset.com/eudr-api/documents/documents_create.md): Create a new document and return upload URL. ## ViewSet for documents providing list, retrieve, create and upload operations. - [GET /documents/{id}](https://api.coolset.com/eudr-api/documents/documents_read.md): - list: Get all documents for the company - retrieve: Get a specific document - create: Create new document and get upload URL - confirm_upload: Confirm file upload completion - download: Generate download URL for private document ## Documents Confirm Upload - [POST /documents/{id}/confirm_upload](https://api.coolset.com/eudr-api/documents/documents_confirm_upload.md): Confirm that file upload was completed. ## Documents Download - [GET /documents/{id}/download](https://api.coolset.com/eudr-api/documents/documents_download.md): Generate a signed URL for downloading a private document.