# Request File Upload Create a file in the file storage using the url provided. Maximum allowed file size is 5GB. Endpoint: POST /files/upload Version: 5 Security: apiKey ## Request fields (application/json): - `url` (string, required) File name which will be uploaded in directory. Example: "dq-chart.png or requestedDirectory/dq-chart.png" ## Response 200 fields (application/json): - `uploadLink` (string) Url to file. Example: "https://file.cdq.com/customer-uploads/cdlbot/dq-chart.png" - `uploadMethod` (string) Method of uploading file. Example: "PUT" - `expiresAt` (string) Date of expiration (ISO 8601-compliant). Example: "2025-09-10T10:12:36Z" - `url` (string) Url to file, place where it is stored. Example: "customer-uploads/cdlbot/dq-chart.png"