# Request File Download Download file from CDQ Cloud. Endpoint: POST /files/download Version: 5 Security: apiKey ## Request fields (application/json): - `url` (string, required) ID of the file. Example: "customer-upload/user/file.xlsx" - `downloadLinkAge` (integer) Number of milliseconds the download link is active. Example: "0" ## Response 200 fields (application/json): - `url` (string) Url of file stored. Example: "/customer-upload/file.xlsx" - `createdBy` (string) Creator of a resource. Example: "76248934691294444" - `createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-09-10T10:12:36Z" - `modifiedAt` (string) Date of modification (ISO 8601-compliant). Example: "2025-09-10T10:12:36Z" - `expiresAt` (string) Date of expiration (ISO 8601-compliant). Example: "2025-09-10T10:12:36Z" - `downloadLink` (string) Url to file. Example: "https://file.cdq.com/customer-uploads/cdlbot/dq-chart.png" - `downloadMethod` (string) Method of uploading file. Example: "GET"