# See preview of file content of consent categories uploaded in csv file POST /v3/consent-categories/upload/preview File uploaded must be a text/csv file and cannot be larger than 1MB Endpoint: POST /v3/consent-categories/upload/preview Security: API_Key ## Request fields (multipart/form-data): - `upload` (string) ## Response 200 fields (application/json): - `fileId` (string) - `results` (array, required) - `results.consentCategoryName` (string, required) - `results.noOfNewCookies` (integer, required) - `results.consentCategoryId` (integer, required) ID of consent category Example: 3301 - `results.labels` (array) - `results.labels.id` (integer, required) Label identifier Example: 223 - `results.labels.name` (string, required) ## Response 400 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 403 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)